diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-10-02 16:14:20 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-10-13 15:19:18 +0300 |
| commit | 877c35e8a212d2a4f61c528b93097d185725630b (patch) | |
| tree | 0daa2d8362d2ee6ac531c132e016373f1b22d7a2 /src/libsyntax/parse | |
| parent | 495566ee61174066014b928fffd182834c1eb214 (diff) | |
| download | rust-877c35e8a212d2a4f61c528b93097d185725630b.tar.gz rust-877c35e8a212d2a4f61c528b93097d185725630b.zip | |
Remove now redundant NodeId from Variant
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 1b446fb9902..09ca20653ed 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -5176,7 +5176,6 @@ impl<'a> Parser<'a> { name: ident, attrs: variant_attrs, def: struct_def, - id: ast::DUMMY_NODE_ID, disr_expr: disr_expr, }; variants.push(P(spanned(vlo, self.last_span.hi, vr))); |
