remove dead code: broken_diffs

This commit is contained in:
tsl0922 2014-02-27 14:58:27 +08:00
parent 4713fc34cf
commit 5c3972ae1e
1 changed files with 0 additions and 6 deletions

View File

@ -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