summaryrefslogtreecommitdiff
path: root/scipy/base/src/arraymethods.c
diff options
context:
space:
mode:
Diffstat (limited to 'scipy/base/src/arraymethods.c')
-rw-r--r--scipy/base/src/arraymethods.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/scipy/base/src/arraymethods.c b/scipy/base/src/arraymethods.c
index d4b366709..48979599e 100644
--- a/scipy/base/src/arraymethods.c
+++ b/scipy/base/src/arraymethods.c
@@ -249,8 +249,6 @@ array_swapaxes(PyArrayObject *self, PyObject *args)
return PyArray_SwapAxes(self, axis1, axis2);
}
-static int array_type_set(PyArrayObject *, PyObject *);
-
static char doc_getfield[] = "m.getfield(dtype, offset) returns a field "\
" of the given array as a certain type. A field is a view of "\
" the array's data with each itemsize determined by the given type"\