Skip to content

Commit df7cd21

Browse files
Update ll_builder.py
1 parent 16096d6 commit df7cd21

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
@@ -806,7 +806,6 @@ def _construct_varargs(
806806
value.type, RTuple
807807
):
808808
value = self.primitive_op(sequence_tuple_op, [value], line)
809-
# we can pass the immutable tuple straight into the function call.
810809
return value, self._create_dict([], [], line)
811810
elif len(args) == 2 and args[1][1] == ARG_STAR2:
812811
# fn(*args, **kwargs)

0 commit comments

Comments
 (0)