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`maint
commit
08b7e46bb1
|
@ -51,13 +51,6 @@ struct bitmap_index {
|
||||||
struct packed_git *pack;
|
struct packed_git *pack;
|
||||||
struct multi_pack_index *midx;
|
struct multi_pack_index *midx;
|
||||||
|
|
||||||
/*
|
|
||||||
* Mark the first `reuse_objects` in the packfile as reused:
|
|
||||||
* they will be sent as-is without using them for repacking
|
|
||||||
* calculations
|
|
||||||
*/
|
|
||||||
uint32_t reuse_objects;
|
|
||||||
|
|
||||||
/* mmapped buffer of the whole bitmap index */
|
/* mmapped buffer of the whole bitmap index */
|
||||||
unsigned char *map;
|
unsigned char *map;
|
||||||
size_t map_size; /* size of the mmaped buffer */
|
size_t map_size; /* size of the mmaped buffer */
|
||||||
|
|
Loading…
Reference in New Issue