diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-08-08 16:51:41 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-08-08 17:03:19 +0200 |
commit | 0d5bd7e8b5b265342fad62b581c430ebabc77aa3 (patch) | |
tree | 68c5c8dee21fce58ca2ef35f42b399d7ba21de68 /compiler/main.nim | |
parent | 44e7a7b6c2b37c0632cc030c0c90df4d92c50088 (diff) | |
download | Nim-0d5bd7e8b5b265342fad62b581c430ebabc77aa3.tar.gz |
removed unused imports [refactoring]
Diffstat (limited to 'compiler/main.nim')
-rw-r--r-- | compiler/main.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/main.nim b/compiler/main.nim index 35c5f9993..f8ca2ba59 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -24,8 +24,6 @@ import when not defined(leanCompiler): import jsgen, docgen, docgen2 -from magicsys import resetSysTypes - proc semanticPasses(g: ModuleGraph) = registerPass g, verbosePass registerPass g, semPass |