projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60435f6
)
remove unused variable
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>
pack-redundant.c
patch
|
blob
|
history
diff --git
a/pack-redundant.c
b/pack-redundant.c
index
3b91838
..
59375f1
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) {