eris: clean up compiler warnings

This commit is contained in:
2021-12-08 13:36:46 -05:00
parent b55040665c
commit ddda9df518
3 changed files with 15 additions and 25 deletions

View File

@@ -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);
}