From 922f7cf07fcce95f510222b464cdc757f40ef57f Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 28 Dec 2005 03:17:55 +0000 Subject: Added an mlab so that there is one file to replace the old MLab functionality. --- scipy/base/src/arraymethods.c | 1 - 1 file changed, 1 deletion(-) (limited to 'scipy/base/src/arraymethods.c') diff --git a/scipy/base/src/arraymethods.c b/scipy/base/src/arraymethods.c index 0410b78b6..18ccc35ee 100644 --- a/scipy/base/src/arraymethods.c +++ b/scipy/base/src/arraymethods.c @@ -1281,7 +1281,6 @@ array_all(PyArrayObject *self, PyObject *args) return PyArray_All(self, axis); } - static char doc_stddev[] = "a.std(axis=None, dtype=None)"; static PyObject * -- cgit v1.2.1