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

petdance at svn.parrot.org petdance at svn.parrot.org
Fri Nov 5 03:32:40 UTC 2010


Author: petdance
Date: Fri Nov  5 03:32:38 2010
New Revision: 49782
URL: https://trac.parrot.org/parrot/changeset/49782

Log:
rmeove unused var

Modified:
   trunk/src/gc/gc_ms.c

Modified: trunk/src/gc/gc_ms.c
==============================================================================
--- trunk/src/gc/gc_ms.c	Fri Nov  5 03:14:09 2010	(r49781)
+++ trunk/src/gc/gc_ms.c	Fri Nov  5 03:32:38 2010	(r49782)
@@ -537,7 +537,6 @@
 {
     ASSERT_ARGS(Parrot_gc_ms_needed)
 
-    const Memory_Pools * const mem_pools = interp->mem_pools;
     size_t dynamic_threshold;
 
     /* new_mem is the additional amount of memory used since the last GC */


More information about the parrot-commits mailing list