Skip to content

Commit

Permalink
fixup! pack-objects: refactor path-walk delta phase
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Sep 26, 2024
1 parent fd2ccd4 commit 1d37059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/pack-objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -3207,7 +3207,7 @@ static int should_attempt_deltas(struct object_entry *entry)
return 1;
}

static void find_deltas_for_region(struct object_entry *list,
static void find_deltas_for_region(struct object_entry *list UNUSED,
struct packing_region *region,
unsigned int *processed)
{
Expand Down

0 comments on commit 1d37059

Please sign in to comment.