Remove unused code (fixed: unused, structcheck, deadcode linters)

This commit is contained in:
Mark Sagi-Kazar
2019-12-18 15:46:49 +01:00
parent e0f927c7a9
commit 8c3dc0ca66
3 changed files with 0 additions and 17 deletions

View File

@@ -105,7 +105,6 @@ type googleConnector struct {
redirectURI string
oauth2Config *oauth2.Config
verifier *oidc.IDTokenVerifier
ctx context.Context
cancel context.CancelFunc
logger log.Logger
hostedDomains []string