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

Skip to content

Commit 51ab283

Browse files
committed
remove unused variable
1 parent 9544aa3 commit 51ab283

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
@@ -397,7 +397,7 @@ each key.
397397
static PyObject *
398398
dictbytype(PyObject *src, int scope_type, int flag, int offset)
399399
{
400-
Py_ssize_t pos = 0, i = offset, scope, num_keys, key_i;
400+
Py_ssize_t i = offset, scope, num_keys, key_i;
401401
PyObject *k, *v, *dest = PyDict_New();
402402
PyObject *sorted_keys;
403403

0 commit comments

Comments
 (0)