summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 60435f6)
raw | patch | inline | side by side (parent: 60435f6)
author | Alex Riesen <raa.lkml@gmail.com> | |
Tue, 22 Nov 2005 14:58:41 +0000 (15:58 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 22 Nov 2005 20:38:23 +0000 (12:38 -0800) |
It is just assigned, nothing more.
Signed-off-by: Alex Riesen <ariesen@harmanbecker.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Alex Riesen <ariesen@harmanbecker.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-redundant.c | patch | blob | history |
diff --git a/pack-redundant.c b/pack-redundant.c
index 3b91838c453ec82df38203ba9c004fb7ceeb70f7..59375f1b9781b81c8567dd281a3d9385c3bf09a7 100644 (file)
--- a/pack-redundant.c
+++ b/pack-redundant.c
{
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) {