mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 06:35:12 +00:00
Remove redundant check_holder_compat()
no-op implementation.
This commit is contained in:
parent
63044cc199
commit
d021bb10aa
@ -910,7 +910,6 @@ public:
|
||||
|
||||
protected:
|
||||
friend class type_caster_generic;
|
||||
void check_holder_compat() {}
|
||||
|
||||
void load_value(value_and_holder &&v_h) {
|
||||
if (typeinfo->default_holder) {
|
||||
|
Loading…
Reference in New Issue
Block a user