diff options
| author | Patrick Steinhardt <ps@pks.im> | 2025-07-15 13:29:24 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-07-15 12:07:30 -0700 |
| commit | ec865d94d4615c00fbf9ac50f4274b1d3fbf73a6 (patch) | |
| tree | 81c186dea2a578e987ba03eab2f232a140739fbb /odb.h | |
| parent | c620586fccf5a62e36a2d6cc96d0427f93f123fc (diff) | |
| download | git-ec865d94d4615c00fbf9ac50f4274b1d3fbf73a6.tar.gz | |
midx: remove now-unused linked list of multi-pack indices
In the preceding commits we have migrated all users of the linked list
of multi-pack indices to instead use those stored in the object database
sources. Remove those now-unused pointers.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'odb.h')
| -rw-r--r-- | odb.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -126,13 +126,6 @@ struct object_database { /* * private data * - * should only be accessed directly by packfile.c and midx.c - */ - struct multi_pack_index *multi_pack_index; - - /* - * private data - * * should only be accessed directly by packfile.c */ |
