summaryrefslogtreecommitdiff
path: root/diffcore-break.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-11-29 13:28:03 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-11-29 13:28:03 -0800
commit0a79ccaac7dcfaf93294979fd9608d0f95fd7a47 (patch)
tree98304d366784390c68781993efc54da0242ab90a /diffcore-break.c
parentMerge branch 'jk/create-branch-remove-unused-param' into maint (diff)
parentdiffcore-delta: remove unused parameter to diffcore_count_changes() (diff)
downloadtgif-0a79ccaac7dcfaf93294979fd9608d0f95fd7a47.tar.xz
Merge branch 'tk/diffcore-delta-remove-unused' into maint
Code cleanup. * tk/diffcore-delta-remove-unused: diffcore-delta: remove unused parameter to diffcore_count_changes()
Diffstat (limited to 'diffcore-break.c')
-rw-r--r--diffcore-break.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/diffcore-break.c b/diffcore-break.c
index 881a74f29e..c64359f489 100644
--- a/diffcore-break.c
+++ b/diffcore-break.c
@@ -73,7 +73,6 @@ static int should_break(struct diff_filespec *src,
if (diffcore_count_changes(src, dst,
&src->cnt_data, &dst->cnt_data,
- 0,
&src_copied, &literal_added))
return 0;