Assigned value at initialization is never read
Assigning variable instead to NULL.
This commit is contained in:
parent
5ea27fc972
commit
f4c48dd9b5
|
@ -551,7 +551,7 @@ static void BTC_do_accounting(NewGC *gc, int no_full)
|
|||
|
||||
if(gc->really_doing_accounting) {
|
||||
Scheme_Custodian *cur = owner_table[current_owner(gc, NULL)]->originator, *last, *parent;
|
||||
Scheme_Custodian_Reference *box = cur->global_next;
|
||||
Scheme_Custodian_Reference *box = NULL;
|
||||
int i;
|
||||
|
||||
GC_ASSERT(SAME_TYPE(SCHEME_TYPE(cur), scheme_custodian_type));
|
||||
|
|
Loading…
Reference in New Issue
Block a user