aboutsummaryrefslogtreecommitdiffstats
path: root/odb.h
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2025-07-15 13:29:24 +0200
committerJunio C Hamano <gitster@pobox.com>2025-07-15 12:07:30 -0700
commitec865d94d4615c00fbf9ac50f4274b1d3fbf73a6 (patch)
tree81c186dea2a578e987ba03eab2f232a140739fbb /odb.h
parentc620586fccf5a62e36a2d6cc96d0427f93f123fc (diff)
downloadgit-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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/odb.h b/odb.h
index f09dba1fe1..09177bf430 100644
--- a/odb.h
+++ b/odb.h
@@ -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
*/