diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2013-03-26 12:50:49 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2013-03-27 07:10:04 -0400 |
| commit | 2c17ff7dbc667a7d579b02b86d4c08a1093683fd (patch) | |
| tree | 8daedd61fa7088d6e4989ae9ce9a23f05167b97d /src/libsyntax | |
| parent | aa67deff3303a14fa43e5e4693338c0b9f409e9d (diff) | |
| download | rust-2c17ff7dbc667a7d579b02b86d4c08a1093683fd.tar.gz rust-2c17ff7dbc667a7d579b02b86d4c08a1093683fd.zip | |
Simplify and remove unnecessary use of ast_map
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 5d907c10984..34fe1764a07 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -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(); |
