summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2018-06-03 18:00:10 -0700
committerEric Wieser <wieser.eric@gmail.com>2018-06-03 18:00:10 -0700
commit4502b7dc0962cb3aff193499ef3280b21ff6205c (patch)
treeb15661e2bca86a3d0364bf124c5a692929c51ca2
parent2e60274cb8cbdad77abb81b48c2fb92e449db23e (diff)
downloadnumpy-4502b7dc0962cb3aff193499ef3280b21ff6205c.tar.gz
MAINT: Remove unused definitions
-rw-r--r--numpy/core/src/multiarray/arraytypes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/core/src/multiarray/arraytypes.h b/numpy/core/src/multiarray/arraytypes.h
index d1c16cdea..a9469aef7 100644
--- a/numpy/core/src/multiarray/arraytypes.h
+++ b/numpy/core/src/multiarray/arraytypes.h
@@ -3,10 +3,6 @@
#include "common.h"
-extern NPY_NO_EXPORT PyArray_Descr LONGLONG_Descr;
-extern NPY_NO_EXPORT PyArray_Descr LONG_Descr;
-extern NPY_NO_EXPORT PyArray_Descr INT_Descr;
-
NPY_NO_EXPORT int
set_typeinfo(PyObject *dict);