mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Remove unused variable.
This commit is contained in:
parent
60eca9331a
commit
d58f3fce3d
2 changed files with 1 additions and 2 deletions
|
@ -772,7 +772,6 @@ build_node_tree(PyObject *tuple)
|
|||
*/
|
||||
int line_num = 0;
|
||||
PyObject *encoding = NULL;
|
||||
PyObject *tmpTuple = NULL;
|
||||
|
||||
if (num == encoding_decl) {
|
||||
encoding = PySequence_GetItem(tuple, 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue