cmd/goyacc: remove empty branch

Found with honnef.co/go/tools/cmd/staticcheck.

Change-Id: I39e23936e01543db62b7b0919a3b58b65cd40099
Reviewed-on: https://go-review.googlesource.com/38174
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Tamir Duberstein 2017-03-14 15:53:37 -04:00 committed by Brad Fitzpatrick
parent 43bc42d6f5
commit 6185cb1f31
1 changed files with 0 additions and 2 deletions

View File

@ -1290,8 +1290,6 @@ loop:
}
case '{':
if brac == 0 {
}
brac++
case '$':