Remove stray comment. (Oversight in PR #4631. Noticed by chance.) (#4641)

This commit is contained in:
Ralf W. Grosse-Kunstleve 2023-04-27 07:24:48 -07:00 committed by GitHub
parent 6de6191a0c
commit 3f366ff888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ using namespace pybind11_tests::vector_unique_ptr_member;
py::object py_cast_VectorOwner_ptr(VectorOwner *ptr) { return py::cast(ptr); }
// PYBIND11_SMART_HOLDER_TYPE_CASTERS(VectorOwner)
TEST_SUBMODULE(vector_unique_ptr_member, m) {
py::class_<VectorOwner>(m, "VectorOwner")
.def_static("Create", &VectorOwner::Create)