mirror of
https://github.com/git/git.git
synced 2024-12-01 05:54:16 +08:00
Merge branch 'dg/fetch-pack-code-cleanup' into maint-2.45
Code clean-up to remove an unused struct definition. * dg/fetch-pack-code-cleanup: fetch-pack: remove unused 'struct loose_object_iter'
This commit is contained in:
commit
db15f4d794
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user