Skip to content

Commit cf6e8ef

Browse files
committed
remove redundant empty line
1 parent f2b4400 commit cf6e8ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/optimizer_bytecodes.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,6 @@ dummy_func(void) {
10201020
out = Py_True;
10211021
}
10221022
sym_set_const(res, out);
1023-
10241023
REPLACE_OP(this_instr, _SWAP_CALL_TWO_LOAD_CONST_INLINE_BORROW, 0, (uintptr_t)out);
10251024
}
10261025
}

0 commit comments

Comments
 (0)