]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/index-pack.c
index-pack: remove redundant parameter
authorJonathan Tan <jonathantanmy@google.com>
Mon, 24 Aug 2020 19:16:33 +0000 (12:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Aug 2020 20:55:57 +0000 (13:55 -0700)
commitfc968e26c201a63d4d75cae550ecf0447c82920f
tree34f6d8cae66d5e2fd52c298180401d697736a586
parent009be0d26d579c61dd7c7819e77173676c3ce007
index-pack: remove redundant parameter

find_{ref,ofs}_delta_{,children} take an enum object_type parameter, but
the object type is already present in the name of the function. Remove
that parameter from these functions.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/index-pack.c