Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remove unused variable
[gitweb.git]
/
pack-redundant.c
diff --git
a/pack-redundant.c
b/pack-redundant.c
index 3b91838c453ec82df38203ba9c004fb7ceeb70f7..59375f1b9781b81c8567dd281a3d9385c3bf09a7 100644
(file)
--- a/
pack-redundant.c
+++ b/
pack-redundant.c
@@
-493,12
+493,10
@@
static void load_all_objects(void)
{
struct pack_list *pl = local_packs;
struct llist_item *hint, *l;
- int i;
llist_init(&all_objects);
while (pl) {
- i = 0;
hint = NULL;
l = pl->all_objects->front;
while (l) {