multi-pack-index: avoid dead store for struct progress
commit17eeb067dade419246c73a97cb86535723cee473
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Thu, 18 Oct 2018 18:59:20 +0000 (18 11:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Oct 2018 02:16:53 +0000 (19 11:16 +0900)
treeec2707ea59306114e069315848ad41abc98a85e1
parent07f967adb55fd2285f9c916b32731968e557acc3
multi-pack-index: avoid dead store for struct progress

it is initialized unconditionally by a call to start_progress
below.

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
midx.c