summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2008-01-31 19:19:26 +0000
committerTravis Oliphant <oliphant@enthought.com>2008-01-31 19:19:26 +0000
commit0604754b76eedf00f26b17f1c90471c3f190fa97 (patch)
tree94092923910c94a89d3edcaa90cb928c03225462 /numpy
parent3378ea7e43893dc387423667055875da159bcdef (diff)
downloadnumpy-0604754b76eedf00f26b17f1c90471c3f190fa97.tar.gz
Remove unused variable in last change.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/multiarraymodule.c1
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