summaryrefslogtreecommitdiff
path: root/src/encoding/xml/xml.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoding/xml/xml.go')
-rw-r--r--src/encoding/xml/xml.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/encoding/xml/xml.go b/src/encoding/xml/xml.go
index a4cd4e29e..8c15b98c3 100644
--- a/src/encoding/xml/xml.go
+++ b/src/encoding/xml/xml.go
@@ -29,7 +29,6 @@ import (
type SyntaxError struct {
Msg string
Line int
- Byte int64 // byte offset from start of stream
}
func (e *SyntaxError) Error() string {