rustc: Eliminate metadata's dependency on util::common

This commit is contained in:
Brian Anderson 2012-05-23 00:57:07 -07:00
parent f9d0cde19a
commit d2ec15bcf1
2 changed files with 0 additions and 3 deletions

View File

@ -17,8 +17,6 @@ mod driver {
}
mod util {
import common = util_::common;
export common;
import ppaux = util_::ppaux;
export ppaux;
import filesearch = util_::filesearch;

View File

@ -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;