mirror of
https://github.com/golang/go
synced 2024-11-18 12:54:44 -07:00
removed bogus if-statement
R=iant DELTA=3 (0 added, 3 deleted, 0 changed) OCL=30251 CL=30251
This commit is contained in:
parent
cbd0092173
commit
be87e33b1f
@ -465,9 +465,6 @@ func (p *parser) parseStructType() *ast.StructType {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if p.tok == token.SEMICOLON {
|
||||
p.next();
|
||||
}
|
||||
|
||||
rbrace = p.expect(token.RBRACE);
|
||||
p.opt_semi = true;
|
||||
|
Loading…
Reference in New Issue
Block a user