summary refs log tree commit diff stats
path: root/compiler/commands.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-03-31 16:40:21 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-03-31 16:40:21 +0200
commit529609f7ed31fd0df25ad3e6ce89948430167d86 (patch)
treed7bb65b46aaaccdf80f524dfb4ea801f929ef1db /compiler/commands.nim
parent82bf1e6697e3864058e94773c88a422f0686df02 (diff)
parentc11d7c35dd0dbe54cef108988955c48f4e1fab48 (diff)
downloadNim-529609f7ed31fd0df25ad3e6ce89948430167d86.tar.gz
Merge remote-tracking branch 'origin/concepts-rebased' into araq
Diffstat (limited to 'compiler/commands.nim')
-rw-r--r--compiler/commands.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/commands.nim b/compiler/commands.nim
index 1b42a191e..22e4b5a2c 100644
--- a/compiler/commands.nim
+++ b/compiler/commands.nim
@@ -478,8 +478,6 @@ proc processSwitch(switch, arg: string, pass: TCmdLinePass, info: TLineInfo;
   of "linedir": processOnOffSwitch({optLineDir}, arg, pass, info)
   of "assertions", "a": processOnOffSwitch({optAssert}, arg, pass, info)
   of "deadcodeelim": processOnOffSwitchG({optDeadCodeElim}, arg, pass, info)
-  of "reportconceptfailures":
-    processOnOffSwitchG({optReportConceptFailures}, arg, pass, info)
   of "threads":
     processOnOffSwitchG({optThreads}, arg, pass, info)
     #if optThreads in gGlobalOptions: incl(gNotes, warnGcUnsafe)