File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -499,8 +499,6 @@ extern "C" inline void pybind11_object_dealloc(PyObject *self) {
499
499
Py_DECREF (type);
500
500
}
501
501
502
- std::string error_string ();
503
-
504
502
/* * Create the type which can be used as a common base for all classes. This is
505
503
needed in order to satisfy Python's requirements for multiple inheritance.
506
504
Return value: New reference. */
Original file line number Diff line number Diff line change @@ -517,9 +517,6 @@ inline PyObject *make_new_instance(PyTypeObject *type);
517
517
518
518
#ifdef PYBIND11_SMART_HOLDER_ENABLED
519
519
520
- // PYBIND11:REMINDER: Needs refactoring of existing pybind11 code.
521
- inline bool deregister_instance (instance *self, void *valptr, const type_info *tinfo);
522
-
523
520
PYBIND11_NAMESPACE_BEGIN (smart_holder_type_caster_support)
524
521
525
522
struct value_and_holder_helper {
You can’t perform that action at this time.
0 commit comments