]> git.ipfire.org Git - thirdparty/git.git/commit
submodule: eliminate unused parameters from print_submodule_summary()
authorShourya Shukla <shouryashukla.oo@gmail.com>
Tue, 25 Aug 2020 11:30:18 +0000 (17:00 +0530)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Aug 2020 20:43:10 +0000 (13:43 -0700)
commite0f7ae564eecd5e43704c9640ea68ff93a8f316e
tree02fb9a690f0934d9debc1f77591e8dfff559c90b
parente83e3333b5770815e9c2e3aee48c305257385bbb
submodule: eliminate unused parameters from print_submodule_summary()

Eliminate the parameters 'missing_{src,dst}' from the
'print_submodule_summary()' function call since they are not used
anywhere in the function.

Reported-by: Jeff King <peff@peff.net>
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com>
Signed-off-by: Shourya Shukla <shouryashukla.oo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c