remove unused labels

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4274052
This commit is contained in:
Russ Cox 2011-03-15 14:05:07 -04:00
parent 35cee9f5d8
commit e72156b316
11 changed files with 177 additions and 53 deletions

View file

@ -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()