submodule: eliminate unused parameters from print_submodule_summary()
authorShourya Shukla <redacted>
Tue, 25 Aug 2020 11:30:18 +0000 (17:00 +0530)
committerJunio C Hamano <redacted>
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 <redacted>
Mentored-by: Christian Couder <redacted>
Mentored-by: Kaartic Sivaraam <redacted>
Signed-off-by: Shourya Shukla <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/submodule--helper.c
git clone https://git.99rst.org/PROJECT