Skip to content

Commit

Permalink
Remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Sep 24, 2023
1 parent c175c7c commit db0e162
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/serde/reflect.go
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ func typeof[X any]() reflect.Type {
}

var (
byteT = typeof[byte]()
typeinfoT = typeof[typeinfo]()
ptypeinfoT = typeof[*typeinfo]()
byteT = typeof[byte]()
typeinfoT = typeof[typeinfo]()
)

0 comments on commit db0e162

Please sign in to comment.