Remove something
This commit is contained in:
@@ -1097,7 +1097,6 @@ struct GroundExecutionResult _GroundBytecodeInstructionExecute(GroundBytecodeIns
|
||||
break;
|
||||
}
|
||||
case 3: {
|
||||
printf("fard\n");
|
||||
GroundBytecodeFunction* function = &gbs->values[offset].as.Function;
|
||||
if (function->closure == NULL) {
|
||||
function->closure = malloc(sizeof(GroundBytecodeHeap));
|
||||
|
||||
Reference in New Issue
Block a user