Skip to content

Commit 1a75e53

Browse files
committed
unused2 -> unused
1 parent 0545930 commit 1a75e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ dummy_func(void) {
10311031
sym_set_const(callable, (PyObject *)&PyType_Type);
10321032
}
10331033

1034-
op(_GUARD_CALLABLE_TUPLE_1, (callable, unused, unused2 -- callable, unused, unused2)) {
1034+
op(_GUARD_CALLABLE_TUPLE_1, (callable, unused, unused -- callable, unused, unused)) {
10351035
if (sym_get_const(ctx, callable) == (PyObject *)&PyTuple_Type) {
10361036
REPLACE_OP(this_instr, _NOP, 0, 0);
10371037
}

0 commit comments

Comments
 (0)