From 4b3035d0b8f10112e2e9f348ded2bd721ad6ddb8 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sun, 30 May 2010 12:17:11 +0000 Subject: [PATCH] Remove declaration for unused variable. --- Objects/complexobject.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Objects/complexobject.c b/Objects/complexobject.c index 3577a29a39..dacafe69b6 100644 --- a/Objects/complexobject.c +++ b/Objects/complexobject.c @@ -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; -- 2.50.0