This commit is contained in:
araq
2025-11-28 17:54:53 +01:00
parent f6791428cc
commit dd7333d961

View File

@@ -864,7 +864,6 @@ proc loadNode(c: var DecodeContext; n: var Cursor): PNode =
of nkEmpty:
result = newNodeI(nkEmpty, c.infos.oldLineInfo(n.info))
inc n
result.flags = loadAtom(TNodeFlags, n)
skipParRi n
of nkIdent:
let info = c.infos.oldLineInfo(n.info)