diff options
author | Araq <rumpf_a@web.de> | 2018-11-05 14:53:04 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-11-06 13:55:03 +0100 |
commit | e71410d74e72152b9a193b7a9bd101d9cebb1a29 (patch) | |
tree | 073bb70e99cbedf82ba69d80e5c8e892c8606771 /compiler/ast.nim | |
parent | cc5b8c6ad25b2db62274ca8fa76c4a5b3e794515 (diff) | |
download | Nim-e71410d74e72152b9a193b7a9bd101d9cebb1a29.tar.gz |
language cleanup: the .unchecked pragma is dead
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r-- | compiler/ast.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index 5fc8e5978..bc54367f6 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -565,7 +565,6 @@ const routineKinds* = {skProc, skFunc, skMethod, skIterator, skConverter, skMacro, skTemplate} tfIncompleteStruct* = tfVarargs - tfUncheckedArray* = tfVarargs tfUnion* = tfNoSideEffect tfGcSafe* = tfThread tfObjHasKids* = tfEnumHasHoles |