diff options
author | David Cournapeau <cournape@gmail.com> | 2009-04-30 08:34:21 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-04-30 08:34:21 +0000 |
commit | 065b457b7e52a26bb3fca919b0fb0f12e1c944d3 (patch) | |
tree | df7ea95a3c2560af938468350700d4300e0e8fef /numpy/core/src/arraymethods.c | |
parent | 7a4e556da4233235d61c67407b103d4a944026e1 (diff) | |
download | numpy-065b457b7e52a26bb3fca919b0fb0f12e1c944d3.tar.gz |
Enable separate compilation of existing files for multiarray module.
Diffstat (limited to 'numpy/core/src/arraymethods.c')
-rw-r--r-- | numpy/core/src/arraymethods.c | 3 |
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; |