summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-12-16 20:11:04 +0100
committerAraq <rumpf_a@web.de>2018-12-16 20:11:04 +0100
commitd91d1865b88409ba7fc307505eff69c156d74d52 (patch)
tree2bb044c29d6bf037f934a7e6766a3c19f03da359 /compiler
parentd66eb04ce9f5da6149744a07ca3b9adbfe9705a6 (diff)
downloadNim-d91d1865b88409ba7fc307505eff69c156d74d52.tar.gz
fixes #9420
Diffstat (limited to 'compiler')
-rw-r--r--compiler/cmdlinehelper.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmdlinehelper.nim b/compiler/cmdlinehelper.nim
index bf7100e34..a15d622a0 100644
--- a/compiler/cmdlinehelper.nim
+++ b/compiler/cmdlinehelper.nim
@@ -50,7 +50,7 @@ proc loadConfigsAndRunMainCommand*(self: NimProg, cache: IdentCache; conf: Confi
 
   when false:
     # These defines/options should not be enabled while processing nimscript
-    # bug #4446, #9420, #8991
+    # bug #9420
     undefSymbol(conf.symbols, "profiler")
     undefSymbol(conf.symbols, "memProfiler")
     undefSymbol(conf.symbols, "nodejs")