diff options
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/go/encoding/json/stream.go')
-rw-r--r-- | llgo/third_party/gofrontend/libgo/go/encoding/json/stream.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llgo/third_party/gofrontend/libgo/go/encoding/json/stream.go b/llgo/third_party/gofrontend/libgo/go/encoding/json/stream.go index 1cb289fd843..9566ecadcbb 100644 --- a/llgo/third_party/gofrontend/libgo/go/encoding/json/stream.go +++ b/llgo/third_party/gofrontend/libgo/go/encoding/json/stream.go @@ -139,7 +139,6 @@ func nonSpace(b []byte) bool { // An Encoder writes JSON objects to an output stream. type Encoder struct { w io.Writer - e encodeState err error } |