remove XXX comment

This commit is contained in:
Andreas Rumpf
2016-07-20 00:27:42 +02:00
parent 67b024838c
commit 850b908f15

View File

@@ -50,7 +50,6 @@ proc semExprWithType(c: PContext, n: PNode, flags: TExprFlags = {}): PNode =
renderTree(result, {renderNoComments}))
result.typ = errorType(c)
else:
# XXX tyGenericInst here?
if efNoProcvarCheck notin flags: semProcvarCheck(c, result)
if result.typ.kind == tyVar: result = newDeref(result)
semDestructorCheck(c, result, flags)