Skip to content

Commit 873ca91

Browse files
committed
fix lint
1 parent 7c0c815 commit 873ca91

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Python/optimizer_analysis.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ optimize_uops(
491491

492492
int oparg = this_instr->oparg;
493493
opcode = this_instr->opcode;
494-
495494
bool was_init_shim = CURRENT_FRAME_IS_INIT_SHIM();
496495

497496
if (!was_init_shim) {
@@ -519,9 +518,7 @@ optimize_uops(
519518
DPRINTF(1, "\nUnknown opcode in abstract interpreter\n");
520519
Py_UNREACHABLE();
521520
}
522-
523521
bool is_init_shim = CURRENT_FRAME_IS_INIT_SHIM();
524-
525522
// If no ADD_OP was called during this iteration, copy the original instruction
526523
if (ctx->out_buffer.next == out_ptr) {
527524
*(ctx->out_buffer.next++) = *this_instr;

0 commit comments

Comments
 (0)