summaryrefslogtreecommitdiff
path: root/scipy/base/src/arrayobject.c
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-09-26 22:48:42 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-09-26 22:48:42 +0000
commit33f97e1f8751d5f6083ae80fb43f9b3867a5e297 (patch)
treec4741715b5733c53007c55a3b0e2bb4ffb3860bc /scipy/base/src/arrayobject.c
parent491a3fd7c49420ab040889a5a11a228a90c0a073 (diff)
downloadnumpy-33f97e1f8751d5f6083ae80fb43f9b3867a5e297.tar.gz
Return Long integer on size only if necessary.
Diffstat (limited to 'scipy/base/src/arrayobject.c')
-rw-r--r--scipy/base/src/arrayobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scipy/base/src/arrayobject.c b/scipy/base/src/arrayobject.c
index b54a4b8aa..3322b1347 100644
--- a/scipy/base/src/arrayobject.c
+++ b/scipy/base/src/arrayobject.c
@@ -3694,7 +3694,6 @@ array_size_get(PyArrayObject *self)
}
-
static PyObject *
array_typechar_get(PyArrayObject *self)
{