'loose_object_iter' in fetch-pack.c is unused since commit 97b2fa08b6b9ee3e ("fetch-pack: drop custom loose object cache") Remove it. Signed-off-by: Dr. David Alan Gilbert <dave@xxxxxxxxxxx> --- fetch-pack.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fetch-pack.c b/fetch-pack.c index 091f9a80a9..28a62e502e 100644 --- a/fetch-pack.c +++ b/fetch-pack.c @@ -732,11 +732,6 @@ static void mark_alternate_complete(struct fetch_negotiator *negotiator UNUSED, mark_complete(&obj->oid); } -struct loose_object_iter { - struct oidset *loose_object_set; - struct ref *refs; -}; - /* * Mark recent commits available locally and reachable from a local ref as * COMPLETE. -- 2.45.0