We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f1c4a7 + 36c9c44 commit 08b7e46Copy full SHA for 08b7e46
pack-bitmap.c
@@ -51,13 +51,6 @@ struct bitmap_index {
51
struct packed_git *pack;
52
struct multi_pack_index *midx;
53
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
-
61
/* mmapped buffer of the whole bitmap index */
62
unsigned char *map;
63
size_t map_size; /* size of the mmaped buffer */
0 commit comments