remove unused from_gitaly method

This commit is contained in:
David Turner 2017-09-21 16:40:17 -04:00 committed by David Turner
parent 171714c923
commit 999b7e553b
1 changed files with 0 additions and 4 deletions

View File

@ -7,10 +7,6 @@ module Gitlab
new(gitlab_user.name, gitlab_user.email, Gitlab::GlId.gl_id(gitlab_user))
end
def self.from_gitaly(gitaly_user)
new(gitaly_user.name, gitaly_user.email, gitaly_user.gl_id)
end
def initialize(name, email, gl_id)
@name = name
@email = email