diff options
author | Travis Oliphant <oliphant@enthought.com> | 2008-01-31 19:19:26 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2008-01-31 19:19:26 +0000 |
commit | 0604754b76eedf00f26b17f1c90471c3f190fa97 (patch) | |
tree | 94092923910c94a89d3edcaa90cb928c03225462 /numpy | |
parent | 3378ea7e43893dc387423667055875da159bcdef (diff) | |
download | numpy-0604754b76eedf00f26b17f1c90471c3f190fa97.tar.gz |
Remove unused variable in last change.
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 |