mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
remove unused variable
This commit is contained in:
parent
d1e5493a26
commit
acc9dcc688
1 changed files with 0 additions and 1 deletions
|
@ -803,7 +803,6 @@ analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free,
|
||||||
PyObject *global, PyObject* child_free)
|
PyObject *global, PyObject* child_free)
|
||||||
{
|
{
|
||||||
PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL;
|
PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL;
|
||||||
int success = 0;
|
|
||||||
|
|
||||||
/* Copy the bound and global dictionaries.
|
/* Copy the bound and global dictionaries.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue