diff options
author | Araq <rumpf_a@web.de> | 2020-04-20 11:12:09 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-04-20 14:44:54 +0200 |
commit | 59f1462b95279dd16f9de5cb7b3de501b33756b7 (patch) | |
tree | f68f3b4cbebe3fdcc9abca9caf54910148c81db8 /compiler/pragmas.nim | |
parent | 4d1149cffd56f0e316af892d54fc9da1d4fd8769 (diff) | |
download | Nim-59f1462b95279dd16f9de5cb7b3de501b33756b7.tar.gz |
remove the nilChecks switch; refs #11570
Diffstat (limited to 'compiler/pragmas.nim')
-rw-r--r-- | compiler/pragmas.nim | 1 |
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} |