summary refs log tree commit diff stats
path: root/compiler/main.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-05-28 18:01:56 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-05-28 18:01:56 +0200
commite5281f9356916aeb13ed16c0abe4c5d943872aa8 (patch)
tree2c53d1de60ce08d83292c183073c36056207a0d6 /compiler/main.nim
parent382bc34f932eb5e9728ee5380a5666ca1ffd2f92 (diff)
downloadNim-e5281f9356916aeb13ed16c0abe4c5d943872aa8.tar.gz
rename 'nimrodVM' to 'nimVM'
Diffstat (limited to 'compiler/main.nim')
-rw-r--r--compiler/main.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/main.nim b/compiler/main.nim
index 2489b1c50..aa0cc9b39 100644
--- a/compiler/main.nim
+++ b/compiler/main.nim
@@ -100,8 +100,6 @@ proc commandCompileToJS(graph: ModuleGraph; cache: IdentCache) =
   compileProject(graph, cache)
 
 proc interactivePasses(graph: ModuleGraph; cache: IdentCache) =
-  #incl(gGlobalOptions, optSafeCode)
-  #setTarget(osNimrodVM, cpuNimrodVM)
   initDefines(graph.config.symbols)
   defineSymbol(graph.config.symbols, "nimscript")
   when hasFFI: defineSymbol(graph.config.symbols, "nimffi")