[svn:parrot] r36258 - trunk/lib/Parrot/Pmc2c/PMC

allison at svn.parrot.org allison at svn.parrot.org
Sun Feb 1 20:54:51 UTC 2009


Author: allison
Date: Sun Feb  1 20:54:51 2009
New Revision: 36258
URL: https://trac.parrot.org/parrot/changeset/36258

Log:
[cage] Removing rejected TODO from code. Resolves RT #44435.

Modified:
   trunk/lib/Parrot/Pmc2c/PMC/RO.pm

Modified: trunk/lib/Parrot/Pmc2c/PMC/RO.pm
==============================================================================
--- trunk/lib/Parrot/Pmc2c/PMC/RO.pm	Sun Feb  1 20:43:00 2009	(r36257)
+++ trunk/lib/Parrot/Pmc2c/PMC/RO.pm	Sun Feb  1 20:54:51 2009	(r36258)
@@ -63,8 +63,6 @@
         }
     }
 
-    # RT#44435 support getting implementations from central superclass instead
-    # (e.g. some ro_fail pseudoclass that generates an exception)
     foreach my $vt_method ( @{ $self->vtable->methods } ) {
         my $vt_method_name = $vt_method->name;
         if ( $vt_method_name eq 'find_method' ) {


More information about the parrot-commits mailing list