Remove unused variables.

This commit is contained in:
nemerle 2016-05-20 10:24:28 +02:00
parent 126e206b08
commit 171abc0415

View File

@ -87,10 +87,10 @@ bool callArg(uint16_t off, char *temp); /* Check for procedure name */
//static FILE *dis_g_fp; //static FILE *dis_g_fp;
static CIcodeRec pc; static CIcodeRec pc;
static int cb, j, numIcode, allocIcode; static int cb, numIcode, allocIcode;
static map<int,int> pl; static map<int,int> pl;
static uint32_t nextInst; static uint32_t nextInst;
static bool fImpure; //static bool fImpure;
//static int g_lab; //static int g_lab;
static PtrFunction pProc; /* Points to current proc struct */ static PtrFunction pProc; /* Points to current proc struct */