Remove unused variable.

This commit is contained in:
Georg Brandl 2012-06-24 13:55:35 +02:00
parent 93b7d7e4b9
commit 9dcbfc353d
1 changed files with 0 additions and 1 deletions

View 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;