diff options
Diffstat (limited to 'numpy/core/src/arrayobject.c')
-rw-r--r-- | numpy/core/src/arrayobject.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/core/src/arrayobject.c b/numpy/core/src/arrayobject.c index 4e18f2fa5..4b6ae3a6f 100644 --- a/numpy/core/src/arrayobject.c +++ b/numpy/core/src/arrayobject.c @@ -10865,10 +10865,6 @@ static PyGetSetDef arraydescr_getsets[] = { {NULL, NULL, NULL, NULL}, }; -static PyArray_Descr *_convert_from_dict(PyObject *obj, int align); -static PyArray_Descr *_convert_from_commastring(PyObject *obj, int align); -static PyArray_Descr *_convert_from_array_descr(PyObject *obj); - static PyObject * arraydescr_new(PyTypeObject *subtype, PyObject *args, PyObject *kwds) { |