Kaydet (Commit) 9dcbfc35 authored tarafından Georg Brandl's avatar Georg Brandl

Remove unused variable.

üst 93b7d7e4
...@@ -225,7 +225,6 @@ compare_digest(PyObject *self, PyObject *args) ...@@ -225,7 +225,6 @@ compare_digest(PyObject *self, PyObject *args)
{ {
PyObject *a, *b; PyObject *a, *b;
int rc; int rc;
PyObject *result;
if (!PyArg_ParseTuple(args, "OO:compare_digest", &a, &b)) { if (!PyArg_ParseTuple(args, "OO:compare_digest", &a, &b)) {
return NULL; 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