diff options
author | Araq <rumpf_a@web.de> | 2019-07-18 00:36:03 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-07-18 00:36:03 +0200 |
commit | 07d465ca42c98c07dedee0d4834afae5c87702da (patch) | |
tree | 2f8b1a315372c295068a1a4f599913f1326fe278 /compiler/nimfix/prettybase.nim | |
parent | f50e4500c257e3d57654f5230db75042da233d24 (diff) | |
download | Nim-07d465ca42c98c07dedee0d4834afae5c87702da.tar.gz |
[refactoring] remove unused imports in the compiler and in some stdlib modules
Diffstat (limited to 'compiler/nimfix/prettybase.nim')
-rw-r--r-- | compiler/nimfix/prettybase.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/nimfix/prettybase.nim b/compiler/nimfix/prettybase.nim index c3e16e5ba..fbc2e3bd1 100644 --- a/compiler/nimfix/prettybase.nim +++ b/compiler/nimfix/prettybase.nim @@ -8,9 +8,7 @@ # import strutils except Letters -import lexbase, streams import ".." / [ast, msgs, lineinfos, idents, options, linter] -from os import splitFile proc replaceDeprecated*(conf: ConfigRef; info: TLineInfo; oldSym, newSym: PIdent) = let line = sourceLine(conf, info) |