Skip to content

Commit 83795a6

Browse files
committed
fix merge
1 parent 193baf0 commit 83795a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/optimizer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,6 @@ _PyJit_translate_single_bytecode_to_trace(
874874
// One for possible _DEOPT, one because _CHECK_VALIDITY itself might _DEOPT
875875
trace->end -= 2;
876876

877-
const struct opcode_macro_expansion *expansion = &_PyOpcode_macro_expansion[opcode];
878877
const _PyOpcodeRecordSlotMap *record_slot_map = &_PyOpcode_RecordSlotMaps[opcode];
879878

880879
assert(opcode != ENTER_EXECUTOR && opcode != EXTENDED_ARG);

0 commit comments

Comments
 (0)