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

coke at svn.parrot.org coke at svn.parrot.org
Wed Oct 28 02:32:17 UTC 2009


Author: coke
Date: Wed Oct 28 02:32:16 2009
New Revision: 42152
URL: https://trac.parrot.org/parrot/changeset/42152

Log:
Remove old "what-if" comment.

Modified:
   trunk/src/pmc/default.pmc

Modified: trunk/src/pmc/default.pmc
==============================================================================
--- trunk/src/pmc/default.pmc	Wed Oct 28 02:13:53 2009	(r42151)
+++ trunk/src/pmc/default.pmc	Wed Oct 28 02:32:16 2009	(r42152)
@@ -131,7 +131,6 @@
         const INTVAL on = VTABLE_get_bool(interp, value);
 
         /* morph to Const/normal class or readonly class */
-        /* RT #46661 warn when this fails? */
         if (on && (pmc->vtable->flags & VTABLE_HAS_CONST_TOO))
             pmc->vtable = interp->vtables[pmc->vtable->base_type + 1];
         else if (!on && (pmc->vtable->flags & (VTABLE_IS_CONST_FLAG)))


More information about the parrot-commits mailing list