summaryrefslogtreecommitdiff
path: root/numpy/core/src/arraymethods.c
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/arraymethods.c')
-rw-r--r--numpy/core/src/arraymethods.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/core/src/arraymethods.c b/numpy/core/src/arraymethods.c
index a6ee270a0..794b4e761 100644
--- a/numpy/core/src/arraymethods.c
+++ b/numpy/core/src/arraymethods.c
@@ -1738,9 +1738,6 @@ array_all(PyArrayObject *self, PyObject *args, PyObject *kwds)
static PyObject *
-__New_PyArray_Std(PyArrayObject *self, int axis, int rtype, PyArrayObject *out,
- int variance, int num);
-static PyObject *
array_stddev(PyArrayObject *self, PyObject *args, PyObject *kwds)
{
int axis = MAX_DIMS;