Commit 4b3035d0 authored by Mark Dickinson's avatar Mark Dickinson

Remove declaration for unused variable.

parent 81336374
......@@ -783,7 +783,6 @@ complex_coerce(PyObject **pv, PyObject **pw)
static PyObject *
complex_richcompare(PyObject *v, PyObject *w, int op)
{
int c;
Py_complex i, j;
PyObject *res;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment