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

@@ -2821,7 +2821,7 @@ impl Parser {
fn parse_trait_ref() -> @trait_ref {
@{path: self.parse_path_with_tps(false),
ref_id: self.get_id(), impl_id: self.get_id()}
ref_id: self.get_id()}
}
fn parse_trait_ref_list(ket: token::Token) -> ~[@trait_ref] {