diff options
Diffstat (limited to 'scipy/base/src/arraymethods.c')
-rw-r--r-- | scipy/base/src/arraymethods.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 * |