diff options
Diffstat (limited to 'src/pkg/xml/xml.go')
-rw-r--r-- | src/pkg/xml/xml.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/xml/xml.go b/src/pkg/xml/xml.go index 691c13a11..f92abe825 100644 --- a/src/pkg/xml/xml.go +++ b/src/pkg/xml/xml.go @@ -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() |