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

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Sat Apr 11 16:55:01 UTC 2009


Author: whiteknight
Date: Sat Apr 11 16:55:00 2009
New Revision: 38067
URL: https://trac.parrot.org/parrot/changeset/38067

Log:
removing RT note for a ticket that I'm rejecting for now. More information will be added shortly to RT #46699

Modified:
   trunk/src/pmc/coroutine.pmc

Modified: trunk/src/pmc/coroutine.pmc
==============================================================================
--- trunk/src/pmc/coroutine.pmc	Sat Apr 11 15:12:35 2009	(r38066)
+++ trunk/src/pmc/coroutine.pmc	Sat Apr 11 16:55:00 2009	(r38067)
@@ -144,7 +144,6 @@
             Parrot_Context *ctx;
             PMC *ccont;
 
-            /* RT#46699 factor out common code with Sub.invoke and inherit it */
             ccont = INTERP->current_cont;
 
             if (ccont == NEED_CONTINUATION)


More information about the parrot-commits mailing list