git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/2] -Wunused-parameter clenaups on tb/multi-pack-bitmaps
@ 2021-09-09 19:55 Jeff King
  2021-09-09 19:56 ` [PATCH 1/2] pack-bitmap: drop repository argument from prepare_midx_bitmap_git() Jeff King
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeff King @ 2021-09-09 19:55 UTC (permalink / raw)
  To: git; +Cc: Taylor Blau, Junio C Hamano

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-09 20:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09 19:55 [PATCH 0/2] -Wunused-parameter clenaups on tb/multi-pack-bitmaps Jeff King
2021-09-09 19:56 ` [PATCH 1/2] pack-bitmap: drop repository argument from prepare_midx_bitmap_git() Jeff King
2021-09-09 19:57 ` [PATCH 2/2] pack-bitmap: drop bitmap_index argument from try_partial_reuse() Jeff King
2021-09-09 20:46 ` [PATCH 0/2] -Wunused-parameter clenaups on tb/multi-pack-bitmaps Taylor Blau

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).