Merge branch 'dg/fetch-pack-code-cleanup'
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:
@ -733,11 +733,6 @@ static void mark_alternate_complete(struct fetch_negotiator *negotiator UNUSED,
|
|||||||
mark_complete(&obj->oid);
|
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
|
* Mark recent commits available locally and reachable from a local ref as
|
||||||
* COMPLETE.
|
* COMPLETE.
|
||||||
|
Reference in New Issue
Block a user