Now that tb/multi-pack-bitmaps is in "next", my local -Wunused-parameter topic noticed a few possible cleanups. Neither is a big deal, and I can definitely hold them for a larger cleanup. But I thought it might be worth doing them while they're fresh in our minds. [1/2]: pack-bitmap: drop repository argument from prepare_midx_bitmap_git() [2/2]: pack-bitmap: drop bitmap_index argument from try_partial_reuse() midx.c | 2 +- pack-bitmap.c | 8 +++----- pack-bitmap.h | 3 +-- 3 files changed, 5 insertions(+), 8 deletions(-) -Peff