]> granicus.if.org Git - python/commitdiff
Remove unused variable.
authorGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 11:55:35 +0000 (13:55 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 11:55:35 +0000 (13:55 +0200)
Modules/operator.c

index 25b0737dbfaa7bdeb50b1c7795f1a57eda589611..bb3752ea11975047661aa024f57238ddb573e15a 100644 (file)
@@ -225,7 +225,6 @@ compare_digest(PyObject *self, PyObject *args)
 {
     PyObject *a, *b;
     int rc;
-    PyObject *result;
 
     if (!PyArg_ParseTuple(args, "OO:compare_digest", &a, &b)) {
         return NULL;