[svn:parrot] r46723 - trunk/src/gc

petdance at svn.parrot.org petdance at svn.parrot.org
Mon May 17 02:24:26 UTC 2010


Author: petdance
Date: Mon May 17 02:24:26 2010
New Revision: 46723
URL: https://trac.parrot.org/parrot/changeset/46723

Log:
removed dead var

Modified:
   trunk/src/gc/alloc_resources.c

Modified: trunk/src/gc/alloc_resources.c
==============================================================================
--- trunk/src/gc/alloc_resources.c	Mon May 17 02:22:26 2010	(r46722)
+++ trunk/src/gc/alloc_resources.c	Mon May 17 02:24:26 2010	(r46723)
@@ -705,7 +705,6 @@
     ASSERT_ARGS(free_old_mem_blocks)
     Memory_Block *prev_block = new_block;
     Memory_Block *cur_block  = new_block->prev;
-    size_t i;
 
     PARROT_ASSERT(new_block == pool->top_block);
 


More information about the parrot-commits mailing list