Skip to content

Commit 2b21bf9

Browse files
committed
Remove unused function
1 parent d786146 commit 2b21bf9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tools/cases_generator/stack.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -415,12 +415,6 @@ def is_live(var: Local) -> bool:
415415
var.name != "unused"
416416
)
417417

418-
def first_input_not_cleared(self) -> str:
419-
for input in self.inputs:
420-
if input.in_local:
421-
return input.name
422-
return ""
423-
424418
def clear_inputs(self, reason:str) -> None:
425419
while self.inputs:
426420
tos = self.inputs.pop()

0 commit comments

Comments
 (0)