]> git.ipfire.org Git - thirdparty/git.git/commit
xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()
authorJeff King <peff@peff.net>
Fri, 19 Aug 2022 08:49:41 +0000 (04:49 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Aug 2022 19:20:24 +0000 (12:20 -0700)
commitf1d019071ea68cb2bd2602b925d7a3726ded22e9
tree5414a91709bc190c9d5501e80f219aa14920c816
parent795ea8776befc95ea2becd8020c7a284677b4161
xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()

These are no longer used since 9df0fc3d57 (xdiff: fix a memory leak,
2022-02-16), as the caller is expected to call xdl_prepare_env() itself.
After that change the histogram code only examines the prepared
xdfenv_t, not the original buffers.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
xdiff/xdiffi.c
xdiff/xdiffi.h
xdiff/xhistogram.c