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:
parent
43bc42d6f5
commit
6185cb1f31
|
|
@ -1290,8 +1290,6 @@ loop:
|
|||
}
|
||||
|
||||
case '{':
|
||||
if brac == 0 {
|
||||
}
|
||||
brac++
|
||||
|
||||
case '$':
|
||||
|
|
|
|||
Loading…
Reference in New Issue