summaryrefslogtreecommitdiff
path: root/diffcore.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-11-17 21:45:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-11-17 21:45:22 (GMT)
commit6d40812e4b5d2128665351f4b427c7da7c7d86d5 (patch)
treef2c2fa0d1fd83856dda5d68afcab485e2d3ac387 /diffcore.h
parent6846e8734d3c9e4d6cbe8a8ba27dae414aa5aff1 (diff)
parent974e0044d65dc22e8137e93b8ea13aec23d3a5a3 (diff)
downloadgit-6d40812e4b5d2128665351f4b427c7da7c7d86d5.zip
git-6d40812e4b5d2128665351f4b427c7da7c7d86d5.tar.gz
git-6d40812e4b5d2128665351f4b427c7da7c7d86d5.tar.bz2
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.h')
-rw-r--r--diffcore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/diffcore.h b/diffcore.h
index c11b846..6230241 100644
--- a/diffcore.h
+++ b/diffcore.h
@@ -142,7 +142,6 @@ extern 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);