]> granicus.if.org Git - python/commitdiff
Removed unused variable
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Mar 2003 15:37:31 +0000 (15:37 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Mar 2003 15:37:31 +0000 (15:37 +0000)
Mac/Modules/Nav.c

index 58d4c05da8a65eea859cc62b305a2136f5f718fd..9fbd2b0994fb6c72835b6ae5f4304049775dcdc4 100644 (file)
@@ -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 ) {