remove unused tmp variable

This commit is contained in:
Elias Bennour 2024-01-18 18:54:20 +01:00
parent 82d3201374
commit 4d24ab038c

1
njvm.c
View File

@ -44,7 +44,6 @@ void help(void) {
void execute(struct program program) {
int i;
unsigned int temp;
char charInput;
StackSlot tempSlot;
ObjRef tempObj;