diff --git a/backendC/CleanCompilerSources/instructions.c b/backendC/CleanCompilerSources/instructions.c index 3b80bc030ad2c3722794a28f6f72f749d0b3b276..8dcaaf3ed22af46706fca370da516416d3274ae8 100644 --- a/backendC/CleanCompilerSources/instructions.c +++ b/backendC/CleanCompilerSources/instructions.c @@ -1456,8 +1456,6 @@ static void GenArrayReplace (Label elemdesc, int asize, int bsize) FPrintF (OutFile, " %d %d", asize, bsize); } -static Label ApplyLabel; -static StateS ApplyState; #if CLEAN2 static int CaseFailNumber; #endif @@ -4046,6 +4044,4 @@ void InitInstructions (void) #endif ABCFileName = NULL; - SetUnaryState (& ApplyState, StrictRedirection, UnknownObj); - ApplyLabel = NULL; }