summaryrefslogtreecommitdiff
path: root/tests/run/numpy_common.pxi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/numpy_common.pxi')
-rw-r--r--tests/run/numpy_common.pxi10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/run/numpy_common.pxi b/tests/run/numpy_common.pxi
deleted file mode 100644
index 615bf701a..000000000
--- a/tests/run/numpy_common.pxi
+++ /dev/null
@@ -1,10 +0,0 @@
-# hack to avoid C compiler warnings about unused functions in the NumPy header files
-
-from numpy cimport import_array # , import_umath
-
-cdef extern from *:
- bint FALSE "0"
-
-if FALSE:
- import_array()
-# import_umath()