summaryrefslogtreecommitdiff
path: root/numpy/core/src/arraymethods.h
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-04-30 08:42:26 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-04-30 08:42:26 +0000
commita77eaf94e297531b59c7c63d8528aac65054e0e8 (patch)
treedff6800c6337d4c3f363f15790071da61aec80b7 /numpy/core/src/arraymethods.h
parent1f37ab2935d98654a57f139bb5ef8ee8fb0f9832 (diff)
downloadnumpy-a77eaf94e297531b59c7c63d8528aac65054e0e8.tar.gz
Put multiarray modul sources into separate directory.
Diffstat (limited to 'numpy/core/src/arraymethods.h')
-rw-r--r--numpy/core/src/arraymethods.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/numpy/core/src/arraymethods.h b/numpy/core/src/arraymethods.h
deleted file mode 100644
index 698a6f558..000000000
--- a/numpy/core/src/arraymethods.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifndef _NPY_ARRAY_METHODS_H_
-#define _NPY_ARRAY_METHODS_H_
-
-extern NPY_NO_EXPORT PyMethodDef array_methods[];
-#endif