summary refs log tree commit diff stats
path: root/compiler/pragmas.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2020-04-20 11:12:09 +0200
committerAndreas Rumpf <rumpf_a@web.de>2020-04-20 14:44:54 +0200
commit59f1462b95279dd16f9de5cb7b3de501b33756b7 (patch)
treef68f3b4cbebe3fdcc9abca9caf54910148c81db8 /compiler/pragmas.nim
parent4d1149cffd56f0e316af892d54fc9da1d4fd8769 (diff)
downloadNim-59f1462b95279dd16f9de5cb7b3de501b33756b7.tar.gz
remove the nilChecks switch; refs #11570
Diffstat (limited to 'compiler/pragmas.nim')
-rw-r--r--compiler/pragmas.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/pragmas.nim b/compiler/pragmas.nim
index 1a9f5a991..ffe93a9f3 100644
--- a/compiler/pragmas.nim
+++ b/compiler/pragmas.nim
@@ -361,7 +361,6 @@ proc pragmaToOptions(w: TSpecialWord): TOptions {.inline.} =
   of wRangeChecks: {optRangeCheck}
   of wBoundChecks: {optBoundsCheck}
   of wOverflowChecks: {optOverflowCheck}
-  of wNilChecks: {optNilCheck}
   of wFloatChecks: {optNaNCheck, optInfCheck}
   of wNanChecks: {optNaNCheck}
   of wInfChecks: {optInfCheck}