summaryrefslogtreecommitdiff
path: root/Python/symtable.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-04-02 02:27:56 +0000
committerBenjamin Peterson <benjamin@python.org>2009-04-02 02:27:56 +0000
commit9856009d7a6cbc041a1978605aed6afb1c858ae8 (patch)
tree95069971841af0ac9236c6a15eb5659fb33b0095 /Python/symtable.c
parent9795ddd9e75978bfc54599f0e560af778d611a2f (diff)
downloadcpython-9856009d7a6cbc041a1978605aed6afb1c858ae8.tar.gz
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 3c1735ca99..d0a0c5d4b3 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.