Remove redundant hashmap constructor functions.

This commit is contained in:
Graydon Hoare
2012-09-19 15:13:04 -07:00
parent 384906c1e8
commit 1ffd90edbc
53 changed files with 155 additions and 219 deletions

View File

@@ -103,7 +103,7 @@ fn mk_ast_map_visitor() -> vt {
}
fn map_crate(diag: span_handler, c: crate) -> map {
let cx = {map: std::map::int_hash(),
let cx = {map: std::map::HashMap(),
mut path: ~[],
mut local_id: 0u,
diag: diag};