]> Cypherpunks repositories - gostls13.git/commit
encoding/json: remove unused field from Encoder struct
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 12 Jun 2014 16:44:59 +0000 (09:44 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 12 Jun 2014 16:44:59 +0000 (09:44 -0700)
commite46be90feca7dfe0532027b08106675e26b93b35
treead20476e74cd5b08a7250361593045ff61d28dd1
parenta5bb1af43214c3da52d1752e58d03ed968e6a11b
encoding/json: remove unused field from Encoder struct

It should've been removed in https://golang.org/cl/9365044

Thanks to Jacek Masiulaniec for noticing.

LGTM=ruiu
R=ruiu
CC=golang-codereviews
https://golang.org/cl/109880043
src/pkg/encoding/json/stream.go