Remove unused variables.
This commit is contained in:
parent
126e206b08
commit
171abc0415
@ -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 */
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user