diff options
author | Araq <rumpf_a@web.de> | 2018-11-05 20:20:13 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-11-06 13:55:03 +0100 |
commit | c735b75f6f9aa83d525c1cb819c8e6d83badc447 (patch) | |
tree | 6c1a4b887eda51c7cba52dc95ce3735bd47e9465 /compiler/ast.nim | |
parent | 1fa22d4cfed734736e79572105a7730f1e0dbd5f (diff) | |
download | Nim-c735b75f6f9aa83d525c1cb819c8e6d83badc447.tar.gz |
compiler cleanup: flag tfOldSchoolExprStmt is gone
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r-- | compiler/ast.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index bc54367f6..bb0f95acd 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -568,9 +568,6 @@ const tfUnion* = tfNoSideEffect tfGcSafe* = tfThread tfObjHasKids* = tfEnumHasHoles - tfOldSchoolExprStmt* = tfVarargs # for now used to distinguish \ - # 'varargs[expr]' from 'varargs[untyped]'. Eventually 'expr' will be - # deprecated and this mess can be cleaned up. tfReturnsNew* = tfInheritable skError* = skUnknown |