Commit be87e33b authored by Robert Griesemer's avatar Robert Griesemer

removed bogus if-statement

R=iant
DELTA=3  (0 added, 3 deleted, 0 changed)
OCL=30251
CL=30251
parent cbd00921
...@@ -465,9 +465,6 @@ func (p *parser) parseStructType() *ast.StructType { ...@@ -465,9 +465,6 @@ func (p *parser) parseStructType() *ast.StructType {
break; break;
} }
} }
if p.tok == token.SEMICOLON {
p.next();
}
rbrace = p.expect(token.RBRACE); rbrace = p.expect(token.RBRACE);
p.opt_semi = true; p.opt_semi = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment