From 171abc0415e183a7bd2c76dc59b07bc808f33c6c Mon Sep 17 00:00:00 2001 From: nemerle Date: Fri, 20 May 2016 10:24:28 +0200 Subject: [PATCH] Remove unused variables. --- src/disassem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/disassem.cpp b/src/disassem.cpp index 29864bb..0df1bb8 100644 --- a/src/disassem.cpp +++ b/src/disassem.cpp @@ -87,10 +87,10 @@ bool callArg(uint16_t off, char *temp); /* Check for procedure name */ //static FILE *dis_g_fp; static CIcodeRec pc; -static int cb, j, numIcode, allocIcode; +static int cb, numIcode, allocIcode; static map pl; static uint32_t nextInst; -static bool fImpure; +//static bool fImpure; //static int g_lab; static PtrFunction pProc; /* Points to current proc struct */