Remove declaration for unused variable.

This commit is contained in:
Mark Dickinson 2010-05-30 12:17:11 +00:00
parent 813363743d
commit 4b3035d0b8
1 changed files with 0 additions and 1 deletions

View File

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