Skip to content
Snippets Groups Projects
Commit 5c3972ae authored by tsl0922's avatar tsl0922
Browse files

remove dead code: broken_diffs

parent 4713fc34
No related branches found
No related tags found
No related merge requests found
Loading
@@ -69,12 +69,6 @@ class MergeRequestDiff < ActiveRecord::Base
Loading
@@ -69,12 +69,6 @@ class MergeRequestDiff < ActiveRecord::Base
end end
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 # Collect array of Git::Commit objects
# between target and source branches # between target and source branches
def unmerged_commits def unmerged_commits
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment