Commit 43afb24c authored by Neil Schemenauer's avatar Neil Schemenauer

Remove unused code.

parent 7599a3fc
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment