From 065b457b7e52a26bb3fca919b0fb0f12e1c944d3 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Thu, 30 Apr 2009 08:34:21 +0000 Subject: Enable separate compilation of existing files for multiarray module. --- numpy/core/src/arraymethods.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'numpy/core/src/arraymethods.c') 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 @@ -1737,9 +1737,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) { -- cgit v1.2.1