From f0ddf67c23f977100840eaa1cf151a3697250ece Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Sun, 11 Jan 2026 21:28:44 +0800 Subject: [PATCH] progress --- compiler/transf.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/transf.nim b/compiler/transf.nim index 092b11c28a..218bd9413e 100644 --- a/compiler/transf.nim +++ b/compiler/transf.nim @@ -123,7 +123,6 @@ proc newAsgnStmt(c: PTransf, kind: TNodeKind, le: PNode, ri: PNode; isFirstWrite proc transformSymAux(c: PTransf, n: PNode): PNode = let s = n.sym if s.typ != nil and s.typ.callConv == ccClosure: - var body: PNode = nil if s.kind in routineKinds: discard transformBody(c.graph, c.idgen, s, {useCache}+c.flags) if s.kind == skIterator: