diff --git a/njvm.c b/njvm.c index 93fd6ce..79c7a2c 100644 --- a/njvm.c +++ b/njvm.c @@ -44,7 +44,6 @@ void help(void) { void execute(struct program program) { int i; - unsigned int temp; char charInput; StackSlot tempSlot; ObjRef tempObj;