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

Skip to content

Commit 996ae04

Browse files
committed
remove unused variable
1 parent f69e24e commit 996ae04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ each key.
367367
static PyObject *
368368
dictbytype(PyObject *src, int scope_type, int flag, int offset)
369369
{
370-
Py_ssize_t pos = 0, i = offset, scope, num_keys, key_i;
370+
Py_ssize_t i = offset, scope, num_keys, key_i;
371371
PyObject *k, *v, *dest = PyDict_New();
372372
PyObject *sorted_keys;
373373

0 commit comments

Comments
 (0)