remove unused variable

This commit is contained in:
Benjamin Peterson 2009-04-02 02:27:56 +00:00
parent d1e5493a26
commit acc9dcc688
1 changed files with 0 additions and 1 deletions

View 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.