diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/src/multiarray/multiarraymodule.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/numpy/core/src/multiarray/multiarraymodule.c b/numpy/core/src/multiarray/multiarraymodule.c index 8326a199b..7be7d21e5 100644 --- a/numpy/core/src/multiarray/multiarraymodule.c +++ b/numpy/core/src/multiarray/multiarraymodule.c @@ -40,21 +40,6 @@ #include "number.h" #include "scalartypes.h" -/* - * Including this file is the only way I know how to declare functions - * static in each file, and store the pointers from functions in both - * arrayobject.c and multiarraymodule.c for the C-API - * - * Declarying an external pointer-containing variable in arrayobject.c - * and trying to copy it to PyArray_API, did not work. - * - * Think about two modules with a common api that import each other... - * - * This file would just be the module calls. - */ - -//#include "arrayobject.c" - NPY_NO_EXPORT PyTypeObject PyBigArray_Type; /*NUMPY_API |