From: Jack Jansen Date: Fri, 7 Mar 2003 15:37:31 +0000 (+0000) Subject: Removed unused variable X-Git-Tag: v2.3c1~1534 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45f5c4ab3edf793cd57cce50e61c31edb2000d39;p=thirdparty%2FPython%2Fcpython.git Removed unused variable --- diff --git a/Mac/Modules/Nav.c b/Mac/Modules/Nav.c index 58d4c05da8a6..9fbd2b0994fb 100644 --- a/Mac/Modules/Nav.c +++ b/Mac/Modules/Nav.c @@ -113,7 +113,6 @@ my_filterProc(AEDesc *theItem, void *info, PyObject *pyfunc; PyObject *rv; Boolean c_rv = false; - PyObject theItemCopy; if (!dict) return false; if ( (pyfunc = PyDict_GetItemString(dict, "filterProc")) == NULL ) {