summary refs log tree commit diff stats
path: root/compiler/passaux.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/passaux.nim
parentf50e4500c257e3d57654f5230db75042da233d24 (diff)
downloadNim-07d465ca42c98c07dedee0d4834afae5c87702da.tar.gz
[refactoring] remove unused imports in the compiler and in some stdlib modules
Diffstat (limited to 'compiler/passaux.nim')
-rw-r--r--compiler/passaux.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/passaux.nim b/compiler/passaux.nim
index 17c4c506a..2ac89c24e 100644
--- a/compiler/passaux.nim
+++ b/compiler/passaux.nim
@@ -10,7 +10,7 @@
 ## implements some little helper passes
 
 import
-  strutils, ast, astalgo, passes, idents, msgs, options, idgen, lineinfos
+  ast, passes, idents, msgs, options, idgen, lineinfos
 
 from modulegraphs import ModuleGraph, PPassContext