From cb2f58fe323d9753b45ecd9f877f6acb99c7c94b Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Tue, 6 Dec 2005 00:49:43 +0000 Subject: Field specification possible with two-kinds of dictionaries --- scipy/base/src/arraymethods.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'scipy/base/src/arraymethods.c') 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"\ -- cgit v1.2.1