提交 999b7e55 编写于 作者: D David Turner 提交者: David Turner

remove unused from_gitaly method

上级 171714c9
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册