mirror of
https://github.com/python/cpython.git
synced 2025-07-18 16:55:20 +00:00
Remove unused code.
This commit is contained in:
parent
7599a3fc5a
commit
43afb24c30
1 changed files with 0 additions and 9 deletions
|
@ -2199,15 +2199,6 @@ eval_frame(PyFrameObject *f)
|
|||
|
||||
} /* main loop */
|
||||
|
||||
/* Pop remaining stack entries */
|
||||
|
||||
/*
|
||||
while (!EMPTY()) {
|
||||
v = POP();
|
||||
Py_XDECREF(v);
|
||||
}
|
||||
*/
|
||||
|
||||
if (why != WHY_RETURN && why != WHY_YIELD)
|
||||
retval = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue