Skip to content

Commit c7df8fb

Browse files
remove unused label
1 parent e2f0de3 commit c7df8fb

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

Python/bytecodes.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5453,12 +5453,6 @@ dummy_func(
54535453
}
54545454
}
54555455

5456-
label(pop_3_error) {
5457-
stack_pointer -= 3;
5458-
assert(WITHIN_STACK_BOUNDS());
5459-
goto error;
5460-
}
5461-
54625456
label(pop_2_error) {
54635457
stack_pointer -= 2;
54645458
assert(WITHIN_STACK_BOUNDS());

Python/generated_cases.c.h

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/opcode_targets.h

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)