pack-bitmap: drop redundant args from bitmap_writer_finish()

In a similar fashion as the previous commit, drop a redundant argument
from the `bitmap_writer_finish()` function.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Taylor Blau
2024-08-15 13:31:08 -04:00
committed by Junio C Hamano
parent f00dda4849
commit 11a08e8332
4 changed files with 6 additions and 8 deletions

View File

@@ -149,7 +149,6 @@ void bitmap_writer_select_commits(struct bitmap_writer *writer,
int bitmap_writer_build(struct bitmap_writer *writer);
void bitmap_writer_finish(struct bitmap_writer *writer,
struct pack_idx_entry **index,
uint32_t index_nr,
const char *filename,
uint16_t options);
void bitmap_writer_free(struct bitmap_writer *writer);