diff --git a/src/rustc/metadata.rs b/src/rustc/metadata.rs index 272c3b0e5612..7303aae64388 100644 --- a/src/rustc/metadata.rs +++ b/src/rustc/metadata.rs @@ -17,8 +17,6 @@ mod driver { } mod util { - import common = util_::common; - export common; import ppaux = util_::ppaux; export ppaux; import filesearch = util_::filesearch; diff --git a/src/rustc/metadata/cstore.rs b/src/rustc/metadata/cstore.rs index ceabf27d6228..22d19f81c868 100644 --- a/src/rustc/metadata/cstore.rs +++ b/src/rustc/metadata/cstore.rs @@ -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;