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

Skip to content

Commit acc9dcc

Browse files
committed
remove unused variable
1 parent d1e5493 commit acc9dcc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/symtable.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@ analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free,
803803
PyObject *global, PyObject* child_free)
804804
{
805805
PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL;
806-
int success = 0;
807806

808807
/* Copy the bound and global dictionaries.
809808

0 commit comments

Comments
 (0)