Commit f54cada7 authored by Nick Thomas's avatar Nick Thomas

Remove Gitlab::Git::Repository#user_to_committer

parent e35fc8b9
......@@ -581,10 +581,6 @@ module Gitlab
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
def delete_branch(branch_name)
wrapped_gitaly_errors do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment