diff options
-rw-r--r-- | Modules/operator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/operator.c b/Modules/operator.c index 25b0737..bb3752e 100644 --- a/Modules/operator.c +++ b/Modules/operator.c @@ -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; |