mirror of
https://github.com/python/cpython.git
synced 2025-09-19 23:20:25 +00:00
remove unused variable
This commit is contained in:
parent
b8a569065e
commit
0e3755e58a
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ each key.
|
||||||
static PyObject *
|
static PyObject *
|
||||||
dictbytype(PyObject *src, int scope_type, int flag, int offset)
|
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 *k, *v, *dest = PyDict_New();
|
||||||
PyObject *sorted_keys;
|
PyObject *sorted_keys;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue