Skip to content

Commit 62fb000

Browse files
committed
fix: remove old line
1 parent 89a078b commit 62fb000

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ def sequence_from_generator_preallocate_helper(
240240
if isinstance(rtype, RTuple):
241241
# If input is RTuple, box it to tuple_rprimitive for generic iteration
242242
# TODO: this can be optimized a bit better with an unrolled ForRTuple helper
243-
sequence = builder.coerce(sequence, tuple_rprimitive, line, force=True)
244243
items = [builder.add(TupleGet(sequence, i, line)) for i in range(len(rtype.types))]
245244
sequence = builder.new_tuple(items, line)
246245

0 commit comments

Comments
 (0)