summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorAnne Archibald <peridot.faceted@gmail.com>2021-03-28 16:22:17 +0100
committerAnne Archibald <peridot.faceted@gmail.com>2021-03-28 16:22:17 +0100
commit9a81d19dfe91833ebfce9e19f17a3e670ef7039e (patch)
tree8d324adad9c8a5331fa4cd1ce4955f6faecf1410 /numpy
parent7a4098825a301be93f6e13e69cf12add9a940cd4 (diff)
downloadnumpy-9a81d19dfe91833ebfce9e19f17a3e670ef7039e.tar.gz
Remove unused variables
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/umath/scalarmath.c.src2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/core/src/umath/scalarmath.c.src b/numpy/core/src/umath/scalarmath.c.src
index 32ddb58a2..66f97a831 100644
--- a/numpy/core/src/umath/scalarmath.c.src
+++ b/numpy/core/src/umath/scalarmath.c.src
@@ -1067,9 +1067,7 @@ informative TypeError. This fixes the last part of bug gh-18548.
static PyObject *
clongdouble_@oper@(PyObject *a, PyObject *b)
{
- PyObject *ret;
npy_clongdouble arg1, arg2;
- npy_clongdouble out;
BINOP_GIVE_UP_IF_NEEDED(a, b, nb_@oper@, clongdouble_@oper@);