Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9dcbfc3

Browse files
committed
Remove unused variable.
1 parent 93b7d7e commit 9dcbfc3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/operator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ compare_digest(PyObject *self, PyObject *args)
225225
{
226226
PyObject *a, *b;
227227
int rc;
228-
PyObject *result;
229228

230229
if (!PyArg_ParseTuple(args, "OO:compare_digest", &a, &b)) {
231230
return NULL;

0 commit comments

Comments
 (0)