From 103d5eadc36ccc361474c7793bf4b588b16fce23 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Mon, 18 Jul 2016 23:36:18 +0100 Subject: [PATCH] Remove redundant definition --- include/pybind11/numpy.h | 1 - 1 file changed, 1 deletion(-) 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 {