Skip to content

Commit 2694800

Browse files
Remove unused code
1 parent a01caf1 commit 2694800

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tools/cases_generator/tier1_tail_call_generator.py

-6
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@
4646
"""
4747
FOOTER = "#undef TIER_ONE\n"
4848

49-
NEEDED_LABELS = {
50-
"error",
51-
"exception_unwind",
52-
"exit_unwind",
53-
}
54-
5549
class TailCallEmitter(Emitter):
5650

5751
def __init__(self, out: CWriter, analysis: Analysis):

0 commit comments

Comments
 (0)