[svn:parrot] r48456 - branches/unshared_buffers/src/gc

darbelo at svn.parrot.org darbelo at svn.parrot.org
Fri Aug 13 17:06:47 UTC 2010


Author: darbelo
Date: Fri Aug 13 17:06:46 2010
New Revision: 48456
URL: https://trac.parrot.org/parrot/changeset/48456

Log:
Remove misleading comment.

Modified:
   branches/unshared_buffers/src/gc/mark_sweep.c

Modified: branches/unshared_buffers/src/gc/mark_sweep.c
==============================================================================
--- branches/unshared_buffers/src/gc/mark_sweep.c	Fri Aug 13 16:23:46 2010	(r48455)
+++ branches/unshared_buffers/src/gc/mark_sweep.c	Fri Aug 13 17:06:46 2010	(r48456)
@@ -671,7 +671,6 @@
     if (mem_pool) {
         /* Update Memory_Block usage */
         if (PObj_is_movable_TESTALL(b)) {
-            /* Mask low 2 bits used for flags */
             Memory_Block * block = Buffer_pool(b);
 
             PARROT_ASSERT(block);


More information about the parrot-commits mailing list