]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: remove SyntaxError.Byte
authorRuss Cox <rsc@golang.org>
Sat, 6 Dec 2014 02:33:07 +0000 (21:33 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 6 Dec 2014 02:33:07 +0000 (21:33 -0500)
commit94151eb2799809ece7e44ce3212aa3cbb9520849
tree1bc02c48b2f448ebb2aef49c30caf90b2bfafc0c
parent31457cef6d6550fff53dd5a80cb276ffa58093c5
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
src/encoding/xml/xml.go