Author: petdance
Date: Thu Jul 5 19:03:29 2007
New Revision: 19635
Modified:
trunk/compilers/imcc/parser_util.c
Log:
Removed unused variable
Modified: trunk/compilers/imcc/parser_util.c
==============================================================================
--- trunk/compilers/imcc/parser_util.c (original)
+++ trunk/compilers/imcc/parser_util.c Thu Jul 5 19:03:29 2007
@@ -116,7 +116,7 @@
char fmt[256];
SymReg *regs[3];
SymReg *pmc;
- int i, nargs;
+ int nargs;
const int pmc_num = pmc_type(interp,
string_from_cstring(interp, *type == '.' ?type+1:type, 0));