mirror of
https://github.com/golang/go
synced 2024-11-23 20:40:07 -07:00
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
This commit is contained in:
parent
31457cef6d
commit
94151eb279
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user