Commit 5c3972ae authored by tsl0922's avatar tsl0922

remove dead code: broken_diffs

parent 4713fc34
......@@ -69,12 +69,6 @@ class MergeRequestDiff < ActiveRecord::Base
end
end
# When Git::Diff is not able to get diff
# because of git timeout it return this value
def broken_diffs
[Gitlab::Git::Diff::BROKEN_DIFF]
end
# Collect array of Git::Commit objects
# between target and source branches
def unmerged_commits
......
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