Remove unused imports
This commit is contained in:
parent
28f7c6af24
commit
2971cfb145
2 changed files with 0 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ import std::option::none;
|
|||
import std::fs;
|
||||
import std::time;
|
||||
import syntax::ast;
|
||||
import syntax::walk;
|
||||
import driver::session;
|
||||
import middle::ty;
|
||||
import middle::freevars::*;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ import std::option::some;
|
|||
import std::option::none;
|
||||
import std::fs;
|
||||
import syntax::ast;
|
||||
import syntax::walk;
|
||||
import driver::session;
|
||||
import middle::ty;
|
||||
import back::link;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue