From: Benjamin Peterson Date: Thu, 2 Apr 2009 02:27:56 +0000 (+0000) Subject: remove unused variable X-Git-Tag: v3.1a2~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acc9dcc6888d310ec084925d84441779cce0d03d;p=thirdparty%2FPython%2Fcpython.git remove unused variable --- diff --git a/Python/symtable.c b/Python/symtable.c index 3c1735ca9942..d0a0c5d4b322 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.