8000 fixup · python/cpython@9e1f521 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e1f521

Browse files
committed
fixup
1 parent f008d1b commit 9e1f521

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Python/compile.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9366,9 +9366,6 @@ mark_reachable(basicblock *entryblock) {
93669366
if (is_jump(instr) || is_block_push(instr)) {
93679367
target = instr->i_target;
93689368
if (!target->b_visited) {
9369-
if (!(target->b_predecessors == 0 || target == b->b_next)) {
9370-
printf("%s\n", _PyOpcode_OpName[instr->i_opcode]);
9371-
}
93729369
assert(target->b_predecessors == 0 || target == b->b_next);
93739370
*sp++ = target;
93749371
}

0 commit comments

Comments
 (0)
0