mirror of
https://github.com/python/cpython.git
synced 2025-11-15 16:09:29 +00:00
Remove unused variable.
This commit is contained in:
parent
93b7d7e4b9
commit
9dcbfc353d
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue