rustc: Eliminate metadata's dependency on util::common
This commit is contained in:
parent
f9d0cde19a
commit
d2ec15bcf1
2 changed files with 0 additions and 3 deletions
|
|
@ -17,8 +17,6 @@ mod driver {
|
|||
}
|
||||
|
||||
mod util {
|
||||
import common = util_::common;
|
||||
export common;
|
||||
import ppaux = util_::ppaux;
|
||||
export ppaux;
|
||||
import filesearch = util_::filesearch;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ import std::map;
|
|||
import std::map::hashmap;
|
||||
import syntax::{ast, attr};
|
||||
import syntax::ast_util::new_def_hash;
|
||||
import util::common::*;
|
||||
|
||||
export cstore::{};
|
||||
export cnum_map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue