Simplify and remove unnecessary use of ast_map

This commit is contained in:
Niko Matsakis 2013-03-26 12:50:49 -04:00
parent aa67deff33
commit 2c17ff7dbc
2 changed files with 1 additions and 40 deletions

View file

@ -3050,8 +3050,6 @@ pub impl Parser {
let attrs = self.parse_outer_attributes();
let lo = self.span.lo;
let static_sty = spanned(lo, self.span.hi, sty_static);
let visa = self.parse_visibility();
let pur = self.parse_fn_purity();
let ident = self.parse_ident();