We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193baf0 commit 83795a6Copy full SHA for 83795a6
1 file changed
Python/optimizer.c
@@ -874,7 +874,6 @@ _PyJit_translate_single_bytecode_to_trace(
874
// One for possible _DEOPT, one because _CHECK_VALIDITY itself might _DEOPT
875
trace->end -= 2;
876
877
- const struct opcode_macro_expansion *expansion = &_PyOpcode_macro_expansion[opcode];
878
const _PyOpcodeRecordSlotMap *record_slot_map = &_PyOpcode_RecordSlotMaps[opcode];
879
880
assert(opcode != ENTER_EXECUTOR && opcode != EXTENDED_ARG);
0 commit comments