mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
remove unused labels
R=golang-dev, gri CC=golang-dev https://golang.org/cl/4274052
This commit is contained in:
parent
35cee9f5d8
commit
e72156b316
11 changed files with 177 additions and 53 deletions
|
|
@ -815,7 +815,6 @@ Input:
|
|||
// Parsers are required to recognize lt, gt, amp, apos, and quot
|
||||
// even if they have not been declared. That's all we allow.
|
||||
var i int
|
||||
CharLoop:
|
||||
for i = 0; i < len(p.tmp); i++ {
|
||||
var ok bool
|
||||
p.tmp[i], ok = p.getc()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue