]> git.ipfire.org Git - thirdparty/git.git/commit - diff.c
diffcore-delta: remove unused parameter to diffcore_count_changes()
authorTobias Klauser <tklauser@distanz.ch>
Mon, 14 Nov 2016 13:39:05 +0000 (14:39 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Nov 2016 17:24:04 +0000 (09:24 -0800)
commit974e0044d65dc22e8137e93b8ea13aec23d3a5a3
treee04b3b7617370eb699107fae3dacb9d3416b71ec
parent0b65a8dbdb38962e700ee16776a3042beb489060
diffcore-delta: remove unused parameter to diffcore_count_changes()

The delta_limit parameter to diffcore_count_changes() has been unused
since commit ba23bbc8e ("diffcore-delta: make change counter to byte
oriented again.", 2006-03-04).

Remove the parameter and adjust all callers.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c
diffcore-break.c
diffcore-delta.c
diffcore-rename.c
diffcore.h