]> granicus.if.org Git - python/commitdiff
Remove declaration for unused variable.
authorMark Dickinson <dickinsm@gmail.com>
Sun, 30 May 2010 12:17:11 +0000 (12:17 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 30 May 2010 12:17:11 +0000 (12:17 +0000)
Objects/complexobject.c

index 3577a29a39d6b05040ff30e9b00c747ef5dfdd9b..dacafe69b67b9d9f3e175031df9ccf321cc229ea 100644 (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;