diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-11-04 23:04:26 +0100 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-11-04 23:09:47 +0100 |
commit | 7b124cf705daf8a1a1da99a99f8ac34ea36c2d24 (patch) | |
tree | 3f6e707ce8a59e6e6c26959c741f098d7b2fb7ca | |
parent | 23065cf8fd7b5851592918c765de2ccf459b2683 (diff) | |
download | numpy-7b124cf705daf8a1a1da99a99f8ac34ea36c2d24.tar.gz |
MAINT: remove unused variable
-rw-r--r-- | numpy/core/src/umath/ufunc_object.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/src/umath/ufunc_object.c b/numpy/core/src/umath/ufunc_object.c index a19ad701d..9b4f90a0e 100644 --- a/numpy/core/src/umath/ufunc_object.c +++ b/numpy/core/src/umath/ufunc_object.c @@ -515,7 +515,6 @@ _extract_pyvals(PyObject *ref, char *name, int *bufsize, NPY_NO_EXPORT int PyUFunc_GetPyValues(char *name, int *bufsize, int *errmask, PyObject **errobj) { - PyObject *thedict; PyObject *ref = _get_global_ext_obj(name); return _extract_pyvals(ref, name, bufsize, errmask, errobj); |