commit | acc9dcc6888d310ec084925d84441779cce0d03d | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Apr 02 02:27:56 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Apr 02 02:27:56 2009 +0000 |
tree | 65d5c49405af07b391a268eda1bcc34ea731c248 | |
parent | d1e5493a26a310a25722af3ad342212d2677672c [diff] |
remove unused variable
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 @@ PyObject *global, PyObject* child_free) { PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; - int success = 0; /* Copy the bound and global dictionaries.