mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +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 *pyfunc;
|
||||||
PyObject *rv;
|
PyObject *rv;
|
||||||
Boolean c_rv = false;
|
Boolean c_rv = false;
|
||||||
PyObject theItemCopy;
|
|
||||||
|
|
||||||
if (!dict) return false;
|
if (!dict) return false;
|
||||||
if ( (pyfunc = PyDict_GetItemString(dict, "filterProc")) == NULL ) {
|
if ( (pyfunc = PyDict_GetItemString(dict, "filterProc")) == NULL ) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue