Skip to content

Commit

Permalink
*: remove useless (#45960)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Aug 10, 2023
1 parent 4382975 commit 772275c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions store/helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -756,11 +756,6 @@ OutLoop:
return tableInfos
}

// BytesKeyToHex converts bytes key to hex key, it is exported only for test.
func BytesKeyToHex(key []byte) string {
return bytesKeyToHex(key)
}

func bytesKeyToHex(key []byte) string {
return strings.ToUpper(hex.EncodeToString(key))
}
Expand Down

0 comments on commit 772275c

Please sign in to comment.