remove unused variable
It is just assigned, nothing more. Signed-off-by: Alex Riesen <ariesen@harmanbecker.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
60435f68bb
commit
2b6e34c1a3
@ -493,12 +493,10 @@ static void load_all_objects(void)
|
|||||||
{
|
{
|
||||||
struct pack_list *pl = local_packs;
|
struct pack_list *pl = local_packs;
|
||||||
struct llist_item *hint, *l;
|
struct llist_item *hint, *l;
|
||||||
int i;
|
|
||||||
|
|
||||||
llist_init(&all_objects);
|
llist_init(&all_objects);
|
||||||
|
|
||||||
while (pl) {
|
while (pl) {
|
||||||
i = 0;
|
|
||||||
hint = NULL;
|
hint = NULL;
|
||||||
l = pl->all_objects->front;
|
l = pl->all_objects->front;
|
||||||
while (l) {
|
while (l) {
|
||||||
|
Loading…
Reference in New Issue
Block a user