Remove redundant definition

This commit is contained in:
Ivan Smirnov 2016-07-18 23:36:18 +01:00
parent 098f9aef73
commit 103d5eadc3

View File

@ -27,7 +27,6 @@ NAMESPACE_BEGIN(pybind11)
namespace detail {
template <typename type, typename SFINAE = void> struct npy_format_descriptor { };
object fix_dtype(object);
template <typename T>
struct is_pod_struct {