removed unused abstraction over paths and value_paths

This commit is contained in:
John Clements
2013-03-05 17:02:23 -08:00
parent 67100ddb35
commit 88451878f8
4 changed files with 14 additions and 25 deletions

View File

@@ -119,10 +119,6 @@ pub impl Parser {
id: self.get_id() })
}
fn parse_value_ident(&self) -> ast::ident {
return self.parse_ident();
}
// consume token 'tok' if it exists. Returns true if the given
// token was present, false otherwise.
fn eat(&self, tok: &token::Token) -> bool {