diff --git a/fetch-pack.c b/fetch-pack.c index 04016d1e32..c45b493f99 100644 --- a/fetch-pack.c +++ b/fetch-pack.c @@ -728,11 +728,6 @@ static void mark_alternate_complete(struct fetch_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.