diff options
| author | Rob Pike <r@golang.org> | 2013-08-03 16:01:04 +1000 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2013-08-03 16:01:04 +1000 |
| commit | 16c9d3616af86c7d150894f6ddd9fa527d9eda9a (patch) | |
| tree | 72be369302e21a61e1e71ad395cbc0ba87e43233 /src/pkg/encoding/json/decode_test.go | |
| parent | 8a7def2b3b8fc801eb4f02e58328e84ee311910e (diff) | |
| download | go-16c9d3616af86c7d150894f6ddd9fa527d9eda9a.tar.xz | |
various: deleted unused items
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/12396043
Diffstat (limited to 'src/pkg/encoding/json/decode_test.go')
| -rw-r--r-- | src/pkg/encoding/json/decode_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pkg/encoding/json/decode_test.go b/src/pkg/encoding/json/decode_test.go index e868f4f1b7..3e16c4aec0 100644 --- a/src/pkg/encoding/json/decode_test.go +++ b/src/pkg/encoding/json/decode_test.go @@ -50,8 +50,6 @@ type tx struct { x int } -var txType = reflect.TypeOf((*tx)(nil)).Elem() - // A type that can unmarshal itself. type unmarshaler struct { @@ -1070,7 +1068,6 @@ func TestUnmarshalNulls(t *testing.T) { func TestStringKind(t *testing.T) { type stringKind string - type aMap map[stringKind]int var m1, m2 map[stringKind]int m1 = map[stringKind]int{ |
