summaryrefslogtreecommitdiffstats
path: root/identity/identity.go
diff options
context:
space:
mode:
Diffstat (limited to 'identity/identity.go')
-rw-r--r--identity/identity.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/identity/identity.go b/identity/identity.go
index b002f34f0..052740675 100644
--- a/identity/identity.go
+++ b/identity/identity.go
@@ -26,7 +26,6 @@ func NewPathIdentity(typ, pat string) PathIdentity {
type Identities map[Identity]Provider
func (ids Identities) search(depth int, id Identity) Provider {
-
if v, found := ids[id.GetIdentity()]; found {
return v
}