diff --git a/src/wrapper/numpy_init.hpp b/src/wrapper/numpy_init.hpp index 3e8a99828f4c25b378d3a3e45899b1c1b99675e7..bf62482c79cbd3fab3aace461131ffd033f1d483 100644 --- a/src/wrapper/numpy_init.hpp +++ b/src/wrapper/numpy_init.hpp @@ -14,11 +14,7 @@ namespace { static bool do_import_array() { -#if PY_VERSION_HEX >= 0x03000000 import_array1(false); -#else - import_array(); -#endif return true; }