From d58c70588d1f3f0ea41c68c7f4bf854af92cde56 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 29 Nov 2019 16:15:40 +0100 Subject: [PATCH] auth: remove unused constant --- auth/authenticator.go | 1 - 1 file changed, 1 deletion(-) diff --git a/auth/authenticator.go b/auth/authenticator.go index 3ba72f9..6e8bc1b 100644 --- a/auth/authenticator.go +++ b/auth/authenticator.go @@ -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