diff options
Diffstat (limited to 'compiler/semexprs.nim')
-rw-r--r-- | compiler/semexprs.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/semexprs.nim b/compiler/semexprs.nim index 76d4be766..5f48e2fc5 100644 --- a/compiler/semexprs.nim +++ b/compiler/semexprs.nim @@ -588,7 +588,6 @@ proc evalAtCompileTime(c: PContext, n: PNode): PNode = result = semfold.getConstExpr(c.module, call) if result.isNil: result = n else: return result - result.typ = semfold.getIntervalType(callee.magic, call) block maybeLabelAsStatic: # XXX: temporary work-around needed for tlateboundstatic. |