summaryrefslogtreecommitdiff
path: root/diffcore.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-11-29 13:28:03 -0800
committerJunio C Hamano <gitster@pobox.com>2016-11-29 13:28:03 -0800
commit0a79ccaac7dcfaf93294979fd9608d0f95fd7a47 (patch)
tree98304d366784390c68781993efc54da0242ab90a /diffcore.h
parentaf8d6a9821d79f18c8b645582b5b5d251066ae2f (diff)
parent974e0044d65dc22e8137e93b8ea13aec23d3a5a3 (diff)
downloadgit-0a79ccaac7dcfaf93294979fd9608d0f95fd7a47.tar.gz
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.h')
-rw-r--r--diffcore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/diffcore.h b/diffcore.h
index c11b8465fc..6230241354 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);