rustc: Remove cnames for now

This commit is contained in:
Patrick Walton 2011-07-20 19:13:55 -07:00
parent 3ec3b02ed0
commit 355f77ef87
1 changed files with 2 additions and 1 deletions

View File

@ -428,7 +428,8 @@ fn mk_ctxt(session::session s, resolve::def_map dm,
// Type constructors
fn mk_raw_ty(&ctxt cx, &sty st, &option::t[str] cname) -> raw_t {
fn mk_raw_ty(&ctxt cx, &sty st, &option::t[str] in_cname) -> raw_t {
auto cname = none;
auto h = hash_type_info(st, cname);
let bool has_params = false;
let bool has_vars = false;