Remove unused code.

This commit is contained in:
Neil Schemenauer 2001-06-20 00:39:28 +00:00
parent 7599a3fc5a
commit 43afb24c30
1 changed files with 0 additions and 9 deletions

View File

@ -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;