Skip to content

Commit 50b4023

Browse files
committed
get rid of unused constants
1 parent 5970b9e commit 50b4023

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

hmac/hmac.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111

1212
const (
1313
HMACSignaturePrefix = "dumbproxy grant token v1"
14-
HMACSignatureSize = 32
1514
)
1615

1716
var hmacSignaturePrefix = []byte(HMACSignaturePrefix)

0 commit comments

Comments
 (0)