mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
Removed unused variable
This commit is contained in:
parent
1c8501e5b4
commit
45f5c4ab3e
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user