diff options
author | David Cournapeau <cournape@gmail.com> | 2009-05-20 11:08:12 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-05-20 11:08:12 +0000 |
commit | 260728f7a0010f717a246be1b199b93ea89c02fc (patch) | |
tree | b0a69ab668e6171c93894821a055cb09200a3c0b /numpy | |
parent | 6d85eedf0f05ede8c3b9dca518c37cf5cb3f0bc9 (diff) | |
download | numpy-260728f7a0010f717a246be1b199b93ea89c02fc.tar.gz |
Remove obsolete comment.
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 |