Skip to content

Commit 835f6ee

Browse files
remove unused label
1 parent 6229fb1 commit 835f6ee

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
@@ -5467,12 +5467,6 @@ dummy_func(
54675467
}
54685468
}
54695469

5470-
label(pop_3_error) {
5471-
stack_pointer -= 3;
5472-
assert(WITHIN_STACK_BOUNDS());
5473-
goto error;
5474-
}
5475-
54765470
label(pop_2_error) {
54775471
stack_pointer -= 2;
54785472
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)