Commit 9dcbfc35 authored by Georg Brandl's avatar Georg Brandl

Remove unused variable.

parent 93b7d7e4
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment