Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jacmarjorie committed Nov 28, 2023
1 parent 6bb4728 commit bed9bae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions reflect.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@ var (
// Byte slices will be encoded as base64
var byteSliceType = reflect.TypeOf([]byte(nil))

// Except for json.RawMessage
var rawMessageType = reflect.TypeOf(json.RawMessage{})

// Go code generated from protobuf enum types should fulfil this interface.
type protoEnum interface {
EnumDescriptor() ([]byte, []int)
Expand Down

0 comments on commit bed9bae

Please sign in to comment.