summary refs log tree commit diff stats
path: root/compiler/ast.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-11-05 14:53:04 +0100
committerAndreas Rumpf <rumpf_a@web.de>2018-11-06 13:55:03 +0100
commite71410d74e72152b9a193b7a9bd101d9cebb1a29 (patch)
tree073bb70e99cbedf82ba69d80e5c8e892c8606771 /compiler/ast.nim
parentcc5b8c6ad25b2db62274ca8fa76c4a5b3e794515 (diff)
downloadNim-e71410d74e72152b9a193b7a9bd101d9cebb1a29.tar.gz
language cleanup: the .unchecked pragma is dead
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r--compiler/ast.nim1
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