mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +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;
|
||||
int rc;
|
||||
PyObject *result;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "OO:compare_digest", &a, &b)) {
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue