Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pack-redundant: delete redundant code
[gitweb.git]
/
builtin
/
pack-redundant.c
diff --git
a/builtin/pack-redundant.c
b/builtin/pack-redundant.c
index f7dab0ec60008decb8d9b48c679d28e994860352..4a06f057ddf3f5d6f948485b959b56da45344358 100644
(file)
--- a/
builtin/pack-redundant.c
+++ b/
builtin/pack-redundant.c
@@
-545,7
+545,6
@@
static void scan_alt_odb_packs(void)
alt->all_objects);
local = local->next;
}
- llist_sorted_difference_inplace(all_objects, alt->all_objects);
alt = alt->next;
}
}