Remove Gitlab::Git::Repository#user_to_committer

This commit is contained in:
Nick Thomas 2018-09-17 14:44:24 +01:00
parent e35fc8b929
commit f54cada7b7
No known key found for this signature in database
GPG Key ID: 2A313A47AFADACE9
1 changed files with 0 additions and 4 deletions

View File

@ -581,10 +581,6 @@ module Gitlab
end end
end end
def user_to_committer(user)
Gitlab::Git.committer_hash(email: user.email, name: user.name)
end
# Delete the specified branch from the repository # Delete the specified branch from the repository
def delete_branch(branch_name) def delete_branch(branch_name)
wrapped_gitaly_errors do wrapped_gitaly_errors do