Skip to content

Commit fc0202b

Browse files
penguin42gitster
authored andcommitted
fetch-pack: remove unused 'struct loose_object_iter'
'struct loose_object_iter' in fetch-pack.c is unused since commit 97b2fa0 (fetch-pack: drop custom loose object cache, 2018-11-12). Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Acked-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d1bd1d commit fc0202b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

fetch-pack.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -728,11 +728,6 @@ static void mark_alternate_complete(struct fetch_negotiator *unused,
728728
mark_complete(&obj->oid);
729729
}
730730

731-
struct loose_object_iter {
732-
struct oidset *loose_object_set;
733-
struct ref *refs;
734-
};
735-
736731
/*
737732
* Mark recent commits available locally and reachable from a local ref as
738733
* COMPLETE.

0 commit comments

Comments
 (0)