Skip to content

Commit

Permalink
Merge branch 'dg/fetch-pack-code-cleanup' into next
Browse files Browse the repository at this point in the history
Code clean-up to remove an unused struct definition.

* dg/fetch-pack-code-cleanup:
  fetch-pack: remove unused 'struct loose_object_iter'
  • Loading branch information
gitster committed May 17, 2024
2 parents 2f6cd0d + fc0202b commit c8f8136
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fetch-pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -733,11 +733,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.
Expand Down

0 comments on commit c8f8136

Please sign in to comment.