Remove impl_id from trait_ref. Unused

This commit is contained in:
Brian Anderson 2012-12-06 19:12:25 -08:00
parent 2fcf562d16
commit ecdc8aae41
7 changed files with 4 additions and 16 deletions

View file

@ -1417,7 +1417,7 @@ type attribute_ = {style: attr_style, value: meta_item, is_sugared_doc: bool};
*/
#[auto_serialize]
#[auto_deserialize]
type trait_ref = {path: @path, ref_id: node_id, impl_id: node_id};
type trait_ref = {path: @path, ref_id: node_id};
#[auto_serialize]
#[auto_deserialize]