[svn:parrot] r42552 - trunk/src

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Tue Nov 17 13:28:49 UTC 2009


Author: whiteknight
Date: Tue Nov 17 13:28:47 2009
New Revision: 42552
URL: https://trac.parrot.org/parrot/changeset/42552

Log:
[mmd] remove RT #45959 note from the source here. That ticket has been rejected and this is not the correct place to be evaluating MMD candidates for fitness.

Modified:
   trunk/src/multidispatch.c

Modified: trunk/src/multidispatch.c
==============================================================================
--- trunk/src/multidispatch.c	Tue Nov 17 12:17:20 2009	(r42551)
+++ trunk/src/multidispatch.c	Tue Nov 17 13:28:47 2009	(r42552)
@@ -934,8 +934,6 @@
 
     if (VTABLE_isa(interp, pmc, _sub)) {
         /* a plain sub stops outer searches */
-        /* RT #45959 check arity of sub */
-
         VTABLE_push_pmc(interp, cl, pmc);
         return 1;
     }


More information about the parrot-commits mailing list