Skip to content

Commit 1d37059

Browse files
committed
fixup! pack-objects: refactor path-walk delta phase
1 parent fd2ccd4 commit 1d37059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/pack-objects.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3207,7 +3207,7 @@ static int should_attempt_deltas(struct object_entry *entry)
32073207
return 1;
32083208
}
32093209

3210-
static void find_deltas_for_region(struct object_entry *list,
3210+
static void find_deltas_for_region(struct object_entry *list UNUSED,
32113211
struct packing_region *region,
32123212
unsigned int *processed)
32133213
{

0 commit comments

Comments
 (0)