From 271b27ff1869d71e39f2e93af26ef4b941554f3d Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Tue, 2 May 2017 15:21:39 -0400 Subject: [PATCH] Remove obsolete comment --- tests/test_virtual_functions.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_virtual_functions.cpp b/tests/test_virtual_functions.cpp index 0f8ed2af..5080b6db 100644 --- a/tests/test_virtual_functions.cpp +++ b/tests/test_virtual_functions.cpp @@ -313,9 +313,6 @@ void initialize_inherited_virtuals(py::module &m) { test_initializer virtual_functions([](py::module &m) { - /* Important: indicate the trampoline class PyExampleVirt using the third - argument to py::class_. The second argument with the unique pointer - is simply the default holder type used by pybind11. */ py::class_(m, "ExampleVirt") .def(py::init()) /* Reference original class in function definitions */