mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
remove unused variable
This commit is contained in:
parent
9544aa38d9
commit
51ab2830bb
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ each key.
|
|||
static PyObject *
|
||||
dictbytype(PyObject *src, int scope_type, int flag, int offset)
|
||||
{
|
||||
Py_ssize_t pos = 0, i = offset, scope, num_keys, key_i;
|
||||
Py_ssize_t i = offset, scope, num_keys, key_i;
|
||||
PyObject *k, *v, *dest = PyDict_New();
|
||||
PyObject *sorted_keys;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue