1
Fork 0

Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"

This reverts commit f0250a23d3.
This commit is contained in:
Patrick Walton 2012-03-07 16:56:45 -08:00
parent f0250a23d3
commit c245d9e980
49 changed files with 47 additions and 95 deletions

View file

@ -4,7 +4,6 @@
import rustc::syntax::ast;
import rustc::syntax::print::pprust;
import rustc::middle::ast_map;
import std::map::hashmap;
export mk_pass;