]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove unused variable
authorBenjamin Peterson <benjamin@python.org>
Thu, 2 Apr 2009 02:27:56 +0000 (02:27 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 2 Apr 2009 02:27:56 +0000 (02:27 +0000)
Python/symtable.c

index 3c1735ca9942ffca13be958da1e911c62debbb72..d0a0c5d4b322fdbc2f8a8b21f87ccbbe26261a20 100644 (file)
@@ -803,7 +803,6 @@ analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free,
                    PyObject *global, PyObject* child_free)
 {
        PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL;
-       int success = 0;
 
        /* Copy the bound and global dictionaries.