summaryrefslogtreecommitdiff
path: root/numpy/core/src/ufuncobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/ufuncobject.c')
-rw-r--r--numpy/core/src/ufuncobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/src/ufuncobject.c b/numpy/core/src/ufuncobject.c
index b903b6646..00dee2f19 100644
--- a/numpy/core/src/ufuncobject.c
+++ b/numpy/core/src/ufuncobject.c
@@ -2515,7 +2515,6 @@ _find_array_wrap(PyObject *args)
{
int nargs, i;
int np = 0;
- int argmax = 0;
double priority[MAX_ARGS];
double maxpriority;
PyObject *with_wrap[MAX_ARGS];