summary refs log tree commit diff stats
path: root/compiler/cgen.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-07-18 08:48:11 +0200
committerGitHub <noreply@github.com>2019-07-18 08:48:11 +0200
commit4becd5a2a8d67c7481af457d5007e1a313d454c8 (patch)
tree2f8b1a315372c295068a1a4f599913f1326fe278 /compiler/cgen.nim
parentf50e4500c257e3d57654f5230db75042da233d24 (diff)
parent07d465ca42c98c07dedee0d4834afae5c87702da (diff)
downloadNim-4becd5a2a8d67c7481af457d5007e1a313d454c8.tar.gz
Merge pull request #11771 from nim-lang/araq-remove-unused-imports
[refactoring] remove unused imports in the compiler and in some stdli…
Diffstat (limited to 'compiler/cgen.nim')
-rw-r--r--compiler/cgen.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/cgen.nim b/compiler/cgen.nim
index 4f136d9e3..d2ddd4a39 100644
--- a/compiler/cgen.nim
+++ b/compiler/cgen.nim
@@ -11,9 +11,9 @@
 
 import
   ast, astalgo, hashes, trees, platform, magicsys, extccomp, options, intsets,
-  nversion, nimsets, msgs, std / sha1, bitsets, idents, types,
+  nversion, nimsets, msgs, bitsets, idents, types,
   ccgutils, os, ropes, math, passes, wordrecg, treetab, cgmeth,
-  condsyms, rodutils, renderer, idgen, cgendata, ccgmerge, semfold, aliases,
+  condsyms, rodutils, renderer, cgendata, ccgmerge, aliases,
   lowerings, tables, sets, ndi, lineinfos, pathutils, transf, enumtostr
 
 when not defined(leanCompiler):