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/macrocacheimpl.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/macrocacheimpl.nim')
-rw-r--r-- | compiler/macrocacheimpl.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/macrocacheimpl.nim b/compiler/macrocacheimpl.nim index d23040763..365497e31 100644 --- a/compiler/macrocacheimpl.nim +++ b/compiler/macrocacheimpl.nim @@ -9,7 +9,7 @@ ## This module implements helpers for the macro cache. -import lineinfos, ast, modulegraphs, vmdef, magicsys +import lineinfos, ast, modulegraphs, vmdef proc recordInc*(c: PCtx; info: TLineInfo; key: string; by: BiggestInt) = var recorded = newNodeI(nkCommentStmt, info) |