summaryrefslogtreecommitdiffstats
path: root/Python/symtable.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-04-02 02:27:56 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-04-02 02:27:56 (GMT)
commitacc9dcc6888d310ec084925d84441779cce0d03d (patch)
tree65d5c49405af07b391a268eda1bcc34ea731c248 /Python/symtable.c
parentd1e5493a26a310a25722af3ad342212d2677672c (diff)
downloadcpython-acc9dcc6888d310ec084925d84441779cce0d03d.zip
cpython-acc9dcc6888d310ec084925d84441779cce0d03d.tar.gz
cpython-acc9dcc6888d310ec084925d84441779cce0d03d.tar.bz2
remove unused variable
Diffstat (limited to 'Python/symtable.c')
-rw-r--r--Python/symtable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/symtable.c b/Python/symtable.c
index 3c1735c..d0a0c5d 100644
--- a/Python/symtable.c
+++ b/Python/symtable.c
@@ -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.