From 56d198757583f2eb76f7a5fc29082004bf661112 Mon Sep 17 00:00:00 2001 From: John Barker Date: Tue, 9 Jul 2013 10:21:25 -0400 Subject: Don't use static default method - also removed redundant assignment to is_mutbl - updated copyright --- src/libsyntax/parse/parser.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index e8e7828e465..114a8bf9d3d 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -1086,7 +1086,6 @@ impl Parser { self.expect(&token::COLON); pat } else { - is_mutbl = false; ast_util::ident_to_pat(self.get_id(), *self.last_span, special_idents::invalid) -- cgit 1.4.1-3-g733a5