diff --git a/tests/test_virtual_functions.cpp b/tests/test_virtual_functions.cpp index 0f8ed2afb..5080b6db8 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 */