From 1be29a0bdde0570dc78c3d00a269f5f26e699b82 Mon Sep 17 00:00:00 2001 From: "johnvg@science.ru.nl" Date: Fri, 11 Jan 2019 14:23:26 +0100 Subject: [PATCH] remove unused variables ApplyLabel and ApplyState --- backendC/CleanCompilerSources/instructions.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/backendC/CleanCompilerSources/instructions.c b/backendC/CleanCompilerSources/instructions.c index 3b80bc03..8dcaaf3e 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; } -- GitLab