Skip to content

Commit 0b606ae

Browse files
more cleanup
1 parent f6f9744 commit 0b606ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Python/optimizer.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -707,10 +707,6 @@ _PyJit_translate_single_bytecode_to_trace(
707707
}
708708
#endif
709709

710-
if (opcode == ENTER_EXECUTOR) {
711-
goto full;
712-
}
713-
714710
if (!_tstate->jit_tracer_state.prev_state.dependencies_still_valid) {
715711
goto full;
716712
}

0 commit comments

Comments
 (0)