summary refs log tree commit diff stats
path: root/compiler/nim.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-07-18 00:36:03 +0200
committerAraq <rumpf_a@web.de>2019-07-18 00:36:03 +0200
commit07d465ca42c98c07dedee0d4834afae5c87702da (patch)
tree2f8b1a315372c295068a1a4f599913f1326fe278 /compiler/nim.nim
parentf50e4500c257e3d57654f5230db75042da233d24 (diff)
downloadNim-07d465ca42c98c07dedee0d4834afae5c87702da.tar.gz
[refactoring] remove unused imports in the compiler and in some stdlib modules
Diffstat (limited to 'compiler/nim.nim')
-rw-r--r--compiler/nim.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/nim.nim b/compiler/nim.nim
index 5fcf043b5..ec7e8b8dc 100644
--- a/compiler/nim.nim
+++ b/compiler/nim.nim
@@ -19,9 +19,9 @@ when defined(i386) and defined(windows) and defined(vcc):
   {.link: "../icons/nim-i386-windows-vcc.res".}
 
 import
-  commands, lexer, condsyms, options, msgs, nversion, nimconf, ropes,
-  extccomp, strutils, os, osproc, platform, main, parseopt,
-  scriptconfig, idents, modulegraphs, lineinfos, cmdlinehelper,
+  commands, options, msgs,
+  extccomp, strutils, os, main, parseopt,
+  idents, lineinfos, cmdlinehelper,
   pathutils
 
 include nodejs