eris: clean up compiler warnings
This commit is contained in:
@@ -647,7 +647,6 @@ static void clearvalues (global_State *g, GCObject *l, GCObject *f) {
|
||||
int i;
|
||||
for (i = 0; i < h->sizearray; i++) {
|
||||
ANode *anode = h->array + i;
|
||||
TValue *o = &h->array[i].i_val;
|
||||
if (iscleared(g, &anode->i_val)) /* value was collected? */
|
||||
luaH_setnil(h, anode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user