Skip to content

Commit

Permalink
Remove stray comment. (Oversight in PR #4631. Noticed by chance.) (#4641
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rwgk committed Apr 27, 2023
1 parent 6de6191 commit 3f366ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_vector_unique_ptr_member.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3f366ff

Please sign in to comment.