summaryrefslogtreecommitdiffstats
path: root/diffcore-delta.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-11-17 22:45:22 +0100
committerJunio C Hamano <gitster@pobox.com>2016-11-17 22:45:22 +0100
commit6d40812e4b5d2128665351f4b427c7da7c7d86d5 (patch)
treef2c2fa0d1fd83856dda5d68afcab485e2d3ac387 /diffcore-delta.c
parentMerge branch 'jk/create-branch-remove-unused-param' (diff)
parentdiffcore-delta: remove unused parameter to diffcore_count_changes() (diff)
downloadgit-6d40812e4b5d2128665351f4b427c7da7c7d86d5.tar.xz
git-6d40812e4b5d2128665351f4b427c7da7c7d86d5.zip
Merge branch 'tk/diffcore-delta-remove-unused'
Code cleanup. * tk/diffcore-delta-remove-unused: diffcore-delta: remove unused parameter to diffcore_count_changes()
Diffstat (limited to 'diffcore-delta.c')
-rw-r--r--diffcore-delta.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/diffcore-delta.c b/diffcore-delta.c
index 2ebedb32d1..ebe70fb068 100644
--- a/diffcore-delta.c
+++ b/diffcore-delta.c
@@ -166,7 +166,6 @@ int diffcore_count_changes(struct diff_filespec *src,
struct diff_filespec *dst,
void **src_count_p,
void **dst_count_p,
- unsigned long delta_limit,
unsigned long *src_copied,
unsigned long *literal_added)
{