summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/umath/ufunc_object.c1
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);