From 005583cc50abc22d1784f51cc0f19b0e2367fb82 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Fri, 17 Nov 2006 20:40:54 +0000 Subject: Allow array_descriptor format to also use alignment. Force objects with _fields_ attribute to use alignment (ctypes case). --- numpy/core/src/arrayobject.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'numpy/core/src/arrayobject.c') 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) { -- cgit v1.2.1