diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/src/multiarraymodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/src/multiarraymodule.c b/numpy/core/src/multiarraymodule.c index 4b7f1256f..f08847449 100644 --- a/numpy/core/src/multiarraymodule.c +++ b/numpy/core/src/multiarraymodule.c @@ -3066,7 +3066,6 @@ PyArray_SearchSorted(PyArrayObject *op1, PyObject *op2, NPY_SEARCHSIDE side) PyArrayObject *ap2=NULL; PyArrayObject *ret=NULL; PyArray_Descr *dtype; - int typenum = 0; NPY_BEGIN_THREADS_DEF |