Skip to content

Commit f260ada

Browse files
Update ll_builder.py
1 parent 847ea62 commit f260ada

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
@@ -937,7 +937,6 @@ def _construct_varargs(
937937
# if star_result is a tuple we took the fast path
938938
star_result = self.primitive_op(list_tuple_op, [star_result], line)
939939
if has_star2 and star2_result is None:
940-
# TODO: use dict_copy_op for simple cases of **kwargs
941940
star2_result = self._create_dict(star2_keys, star2_values, line)
942941

943942
return star_result, star2_result

0 commit comments

Comments
 (0)