summary refs log tree commit diff stats
path: root/compiler/transf.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-08-08 16:51:41 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-08-08 17:03:19 +0200
commit0d5bd7e8b5b265342fad62b581c430ebabc77aa3 (patch)
tree68c5c8dee21fce58ca2ef35f42b399d7ba21de68 /compiler/transf.nim
parent44e7a7b6c2b37c0632cc030c0c90df4d92c50088 (diff)
downloadNim-0d5bd7e8b5b265342fad62b581c430ebabc77aa3.tar.gz
removed unused imports [refactoring]
Diffstat (limited to 'compiler/transf.nim')
-rw-r--r--compiler/transf.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/transf.nim b/compiler/transf.nim
index 0435ca322..555583685 100644
--- a/compiler/transf.nim
+++ b/compiler/transf.nim
@@ -20,7 +20,7 @@
 
 import
   options, ast, astalgo, trees, msgs,
-  idents, renderer, types, passes, semfold, magicsys, cgmeth,
+  idents, renderer, types, semfold, magicsys, cgmeth,
   lowerings, injectdestructors, liftlocals,
   modulegraphs, lineinfos