minor refactoring

This commit is contained in:
2023-08-25 23:34:21 -05:00
committed by cpunch
parent c5e4305ef8
commit 3f39211081
3 changed files with 4 additions and 3 deletions

View File

@@ -764,7 +764,6 @@ int cosmoV_execute(CState *state)
{
uint8_t indx = READBYTE(frame);
cosmoV_pushValue(state, frame->base[indx]);
continue;
}
CASE(OP_GETUPVAL) :
{