mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
c620586fcc
commit
ec865d94d4
@@ -375,7 +375,6 @@ void close_object_store(struct object_database *o)
|
||||
close_midx(source->midx);
|
||||
source->midx = NULL;
|
||||
}
|
||||
o->multi_pack_index = NULL;
|
||||
|
||||
close_commit_graph(o);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user