commit | 4b3035d0b8f10112e2e9f348ded2bd721ad6ddb8 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun May 30 12:17:11 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun May 30 12:17:11 2010 +0000 |
tree | 8db94aa3f97900d97800573d7a89883e412654bc | |
parent | 813363743d4f46062b1d5149d62252c0e2794289 [diff] |
Remove declaration for unused variable.
diff --git a/Objects/complexobject.c b/Objects/complexobject.c index 3577a29..dacafe6 100644 --- a/Objects/complexobject.c +++ b/Objects/complexobject.c
@@ -783,7 +783,6 @@ static PyObject * complex_richcompare(PyObject *v, PyObject *w, int op) { - int c; Py_complex i, j; PyObject *res;