Skip to content

Commit 52ae85f

Browse files
committed
Removed comments
1 parent 31030bb commit 52ae85f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/back/CodeGen/Expr.hs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1076,10 +1076,7 @@ instance Translatable A.Expr (State Ctx.Context (CCode Lval, CCode Stat)) where
10761076
return (unit, Seq $
10771077
[tfuture,
10781078
tchain,
1079-
(Statement futureChain
1080-
-- Call futureChainWithFut
1081-
-- [AsExpr encoreCtxVar, AsExpr nfuture, ty, AsExpr nchain, AsExpr futVar]
1082-
)] ++
1079+
Statement futureChain] ++
10831080
result)
10841081
else do
10851082
tmp <- Ctx.genSym

0 commit comments

Comments
 (0)