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) ...@@ -783,7 +783,6 @@ complex_coerce(PyObject **pv, PyObject **pw)
static PyObject * static PyObject *
complex_richcompare(PyObject *v, PyObject *w, int op) complex_richcompare(PyObject *v, PyObject *w, int op)
{ {
int c;
Py_complex i, j; Py_complex i, j;
PyObject *res; 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