Skip to content

Commit 4b5e71d

Browse files
committed
Remove dead comments.
1 parent 1b7d965 commit 4b5e71d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Python/codegen.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,6 @@ codegen_async_yield_from(compiler *c, location loc, expr_ty e)
518518
NEW_JUMP_TARGET_LABEL(c, use_anext);
519519
NEW_JUMP_TARGET_LABEL(c, got_coroutine);
520520

521-
// ADDOP_NAME(c, loc, LOAD_ATTR, &_Py_ID(__aiter__), names);
522-
// ADDOP(c, loc, PUSH_NULL);
523-
// ADDOP_I(c, loc, CALL, 0);
524521
VISIT(c, expr, e->v.AsyncYieldFrom.value);
525522
// Stack: [value]
526523

0 commit comments

Comments
 (0)