Skip to content

Commit d2ec15b

Browse files
committed
rustc: Eliminate metadata's dependency on util::common
1 parent f9d0cde commit d2ec15b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/rustc/metadata.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ mod driver {
1717
}
1818

1919
mod util {
20-
import common = util_::common;
21-
export common;
2220
import ppaux = util_::ppaux;
2321
export ppaux;
2422
import filesearch = util_::filesearch;

src/rustc/metadata/cstore.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import std::map;
55
import std::map::hashmap;
66
import syntax::{ast, attr};
77
import syntax::ast_util::new_def_hash;
8-
import util::common::*;
98

109
export cstore::{};
1110
export cnum_map;

0 commit comments

Comments
 (0)