Remove declaration for unused variable.

This commit is contained in:
Mark Dickinson 2010-05-30 12:17:11 +00:00
parent 813363743d
commit 4b3035d0b8

View file

@ -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;