Skip to content

Commit 565a127

Browse files
Update ll_builder.py
1 parent df7cd21 commit 565a127

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypyc/irbuild/ll_builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,6 @@ def _construct_varargs(
795795

796796
for value, kind, name in args:
797797
if kind == ARG_STAR:
798-
# star args fastpath
799798
if star_result is None:
800799
# star args fastpath
801800
if len(args) == 1:

0 commit comments

Comments
 (0)