Skip to content

Commit 08b7e46

Browse files
committed
Merge branch 'tb/pack-bitmap-drop-unused-struct-member' into maint-2.43
Code clean-up. * tb/pack-bitmap-drop-unused-struct-member: pack-bitmap: drop unused `reuse_objects`
2 parents 8f1c4a7 + 36c9c44 commit 08b7e46

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pack-bitmap.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ struct bitmap_index {
5151
struct packed_git *pack;
5252
struct multi_pack_index *midx;
5353

54-
/*
55-
* Mark the first `reuse_objects` in the packfile as reused:
56-
* they will be sent as-is without using them for repacking
57-
* calculations
58-
*/
59-
uint32_t reuse_objects;
60-
6154
/* mmapped buffer of the whole bitmap index */
6255
unsigned char *map;
6356
size_t map_size; /* size of the mmaped buffer */

0 commit comments

Comments
 (0)