From b9de9e7e9620cf1ec72a69d269461c21f336fff3 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Tue, 1 Sep 2020 14:09:32 +0200 Subject: [PATCH] chore: remove unused var --- selfservice/strategy/profile/strategy.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/selfservice/strategy/profile/strategy.go b/selfservice/strategy/profile/strategy.go index fb98e67cbae..5d58c605bc3 100644 --- a/selfservice/strategy/profile/strategy.go +++ b/selfservice/strategy/profile/strategy.go @@ -5,7 +5,6 @@ import ( "encoding/json" "net/http" "net/url" - "reflect" "github.com/gofrs/uuid" "github.com/julienschmidt/httprouter" @@ -34,7 +33,6 @@ const ( ) var _ settings.Strategy = new(Strategy) -var pkgName = reflect.TypeOf(Strategy{}).PkgPath() type ( strategyDependencies interface {