summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-06-18 09:04:03 -0600
committerGitHub <noreply@github.com>2017-06-18 09:04:03 -0600
commit3ff00b18661a0106c91177c87f0a137994a62f3a (patch)
tree4da79ccba90c25109e838f5ca58c5ae98730f72d
parentca65dded8677e553e84391d8b4b24c6e6240a2f8 (diff)
parent4a9eaea9d0478fd66fa36104f3a60d289d3735ed (diff)
downloadnumpy-3ff00b18661a0106c91177c87f0a137994a62f3a.tar.gz
Merge pull request #9266 from charris/fix-unused-variable
BUG: Fix unused variable in ufunc_object.c,
-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 c5ba15fa3..7e7a74c28 100644
--- a/numpy/core/src/umath/ufunc_object.c
+++ b/numpy/core/src/umath/ufunc_object.c
@@ -3894,7 +3894,6 @@ PyUFunc_GenericReduction(PyUFuncObject *ufunc, PyObject *args,
PyObject *obj_ind, *context;
PyArrayObject *indices = NULL;
PyArray_Descr *otype = NULL;
- PyObject *out_obj = NULL;
PyArrayObject *out = NULL;
int keepdims = 0;
static char *reduce_kwlist[] = {