diff options
Diffstat (limited to 'libgo/go/encoding/xml/marshal_test.go')
-rw-r--r-- | libgo/go/encoding/xml/marshal_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/encoding/xml/marshal_test.go b/libgo/go/encoding/xml/marshal_test.go index a0ccf44028b..8473158bcd0 100644 --- a/libgo/go/encoding/xml/marshal_test.go +++ b/libgo/go/encoding/xml/marshal_test.go @@ -392,7 +392,6 @@ func stringptr(x string) *string { type T1 struct{} type T2 struct{} -type T3 struct{} type IndirComment struct { T1 T1 |