Skip to content

Commit b36c10c

Browse files
committed
+1
1 parent 2d5e5d1 commit b36c10c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_testcapi/complex.c

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ _py_c_neg(PyObject *Py_UNUSED(module), PyObject *num)
103103
_py_c_##suffix(PyObject *Py_UNUSED(module), PyObject *args) \
104104
{ \
105105
Py_complex num, exp, res; \
106-
PyObject *res; \
107106
\
108107
if (!PyArg_ParseTuple(args, "DD", &num, &exp)) { \
109108
return NULL; \

0 commit comments

Comments
 (0)