libsyntax: Stop parsing mutable fields

This commit is contained in:
Patrick Walton 2013-05-23 19:47:38 -07:00
parent 481d4ca43f
commit 4e3d4b36dc
6 changed files with 6 additions and 15 deletions

View file

@ -425,7 +425,6 @@ pub struct arm {
#[deriving(Eq, Encodable, Decodable)]
pub struct field_ {
mutbl: mutability,
ident: ident,
expr: @expr,
}