Skip to content

Commit

Permalink
Merge pull request #99 from cznic/master
Browse files Browse the repository at this point in the history
parser/parser.y: Remove ConstraintOpts superfluous production. S/R conflicts 18->11.
  • Loading branch information
qiuyesuifeng committed Sep 10, 2015
2 parents e833a9f + a6998eb commit e644d9b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions parser/parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -863,10 +863,6 @@ ConstraintOpts:
{
$$ = []*coldef.ConstraintOpt{}
}
| ConstraintOpt
{
$$ = []*coldef.ConstraintOpt{$1.(*coldef.ConstraintOpt)}
}
| ConstraintOpts ConstraintOpt
{
if $2 != nil {
Expand Down

0 comments on commit e644d9b

Please sign in to comment.