[svn:parrot] r36185 - trunk/src/pmc

petdance at svn.parrot.org petdance at svn.parrot.org
Sat Jan 31 06:38:09 UTC 2009


Author: petdance
Date: Sat Jan 31 06:38:07 2009
New Revision: 36185
URL: https://trac.parrot.org/parrot/changeset/36185

Log:
removed unused variable

Modified:
   trunk/src/pmc/resizablebooleanarray.pmc

Modified: trunk/src/pmc/resizablebooleanarray.pmc
==============================================================================
--- trunk/src/pmc/resizablebooleanarray.pmc	Sat Jan 31 04:13:33 2009	(r36184)
+++ trunk/src/pmc/resizablebooleanarray.pmc	Sat Jan 31 06:38:07 2009	(r36185)
@@ -241,7 +241,7 @@
          * allocation unit */
         if (head_pos<= 0) {
 
-            UINTVAL         tail_pos, new_size;
+            UINTVAL         tail_pos;
             unsigned char * old_bit_array;
             size_t          old_mem_size, new_mem_size;
             unsigned char * new_bit_array;


More information about the parrot-commits mailing list