Removing include/pybind11/detail/smart_holder_type_casters.h from CMakeLists.txt, test_files.py (since it does not exist in this branch).

This commit is contained in:
Ralf W. Grosse-Kunstleve 2021-02-02 20:07:41 -08:00
parent 3f5a9c9bf4
commit 1e4f0fdcaf
2 changed files with 0 additions and 2 deletions

View File

@ -106,7 +106,6 @@ set(PYBIND11_HEADERS
include/pybind11/detail/init.h
include/pybind11/detail/internals.h
include/pybind11/detail/smart_holder_poc.h
include/pybind11/detail/smart_holder_type_casters.h
include/pybind11/detail/typeid.h
include/pybind11/attr.h
include/pybind11/buffer_info.h

View File

@ -43,7 +43,6 @@ detail_headers = {
"include/pybind11/detail/init.h",
"include/pybind11/detail/internals.h",
"include/pybind11/detail/smart_holder_poc.h",
"include/pybind11/detail/smart_holder_type_casters.h",
"include/pybind11/detail/typeid.h",
}