Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43afb24

Browse files
committed
Remove unused code.
1 parent 7599a3f commit 43afb24

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

Python/ceval.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,15 +2199,6 @@ eval_frame(PyFrameObject *f)
21992199

22002200
} /* main loop */
22012201

2202-
/* Pop remaining stack entries */
2203-
2204-
/*
2205-
while (!EMPTY()) {
2206-
v = POP();
2207-
Py_XDECREF(v);
2208-
}
2209-
*/
2210-
22112202
if (why != WHY_RETURN && why != WHY_YIELD)
22122203
retval = NULL;
22132204

0 commit comments

Comments
 (0)