Skip to content

Commit cec1a5d

Browse files
Update for_helpers.py
1 parent 0d2c019 commit cec1a5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,8 +1209,6 @@ def begin_body(self) -> None:
12091209
else:
12101210
fake_call_expr = CallExpr(self.filter_func_def, [self.index], [ARG_POS], [None])
12111211

1212-
builder.types[fake_call_expr] = builder.types[self.index]
1213-
12141212
# I put this here to prevent a circular import
12151213
from mypyc.irbuild.expression import transform_call_expr
12161214

0 commit comments

Comments
 (0)