mirror of https://github.com/python/cpython
Remove declaration for unused variable.
This commit is contained in:
parent
813363743d
commit
4b3035d0b8
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue