auth: remove unused constant

This commit is contained in:
Oliver Gugger
2019-11-29 16:15:40 +01:00
parent 8928e68bf2
commit d58c70588d

View File

@@ -32,7 +32,6 @@ const (
var (
authRegex = regexp.MustCompile("LSAT (.*?):([a-f0-9]{64})")
authFormat = "LSAT %s:%s"
opWildcard = "*"
)
// LsatAuthenticator is an authenticator that uses the LSAT protocol to