[svn:parrot] r40314 - trunk/compilers/imcc

NotFound at svn.parrot.org NotFound at svn.parrot.org
Tue Jul 28 20:51:15 UTC 2009


Author: NotFound
Date: Tue Jul 28 20:51:14 2009
New Revision: 40314
URL: https://trac.parrot.org/parrot/changeset/40314

Log:
[cage] delete an unused var

Modified:
   trunk/compilers/imcc/cfg.c

Modified: trunk/compilers/imcc/cfg.c
==============================================================================
--- trunk/compilers/imcc/cfg.c	Tue Jul 28 20:39:11 2009	(r40313)
+++ trunk/compilers/imcc/cfg.c	Tue Jul 28 20:51:14 2009	(r40314)
@@ -417,7 +417,6 @@
 
     for (i = 0; i < unit->n_basic_blocks; i++) {
         Basic_block * const bb = unit->bb_list[i];
-        Edge               *pred;
         SymReg             *addr;
 
         /* if the block can fall-through */


More information about the parrot-commits mailing list