Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Willem van der Meer <mail@jewilmeer.nl>2014-10-14 10:54:15 +0400
committerJan-Willem van der Meer <mail@jewilmeer.nl>2014-10-14 10:54:15 +0400
commit410d6e306b04a4bfd321996e1e6548032f8f8b85 (patch)
tree8a0c03835a2555c7a5c51d75a12fa620a75e6938 /lib/gitlab/ldap/person.rb
parent5e1c39cb783843163edf47718fa6d39b4ebb52e1 (diff)
Remove unused method
Diffstat (limited to 'lib/gitlab/ldap/person.rb')
-rw-r--r--lib/gitlab/ldap/person.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/gitlab/ldap/person.rb b/lib/gitlab/ldap/person.rb
index a35fd22073e..eae0a87a502 100644
--- a/lib/gitlab/ldap/person.rb
+++ b/lib/gitlab/ldap/person.rb
@@ -46,14 +46,6 @@ module Gitlab
entry.dn
end
- def ssh_keys
- if config.sync_ssh_keys? && entry.respond_to?(config.sync_ssh_keys)
- entry[config.sync_ssh_keys.to_sym]
- else
- []
- end
- end
-
private
def entry