diff --git a/include/pybind11/numpy.h b/include/pybind11/numpy.h index 10eb8953..1dc3de24 100644 --- a/include/pybind11/numpy.h +++ b/include/pybind11/numpy.h @@ -27,7 +27,6 @@ NAMESPACE_BEGIN(pybind11) namespace detail { template struct npy_format_descriptor { }; -object fix_dtype(object); template struct is_pod_struct {