Skip to content

Commit

Permalink
remove useless field
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Oct 4, 2023
1 parent 89839da commit d99a462
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tm2/pkg/amino/typeinfo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (

func TestTypeInfoString(t *testing.T) {
type T struct {
N string
T *T
}
typeInfo := gcdc.newTypeInfoUnregisteredWLocked(reflect.TypeOf(T{}))
Expand Down

0 comments on commit d99a462

Please sign in to comment.