mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Removed unused variable
This commit is contained in:
parent
1c8501e5b4
commit
45f5c4ab3e
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue