Commit c139772a authored by Russ Cox's avatar Russ Cox

[release-branch.go1.4] [release-branch.go1.4] encoding/xml: remove SyntaxError.Byte

««« CL 182580043 / 2d1ab17a670a
encoding/xml: remove SyntaxError.Byte

It is unused. It was introduced in the CL that added InputOffset.
I suspect it was an editing mistake.

LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://golang.org/cl/182580043
»»»

TBR=bradfitz
CC=golang-codereviews
https://golang.org/cl/180630043
parent c009bcdd
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment