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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Sep 12 13:45:26 UTC 2010


Author: jkeenan
Date: Sun Sep 12 13:45:25 2010
New Revision: 48956
URL: https://trac.parrot.org/parrot/changeset/48956

Log:
Deleting ancient, now meaningless comment as per http://trac.parrot.org/parrot/ticket/1315.

Modified:
   trunk/src/pmc/eval.pmc

Modified: trunk/src/pmc/eval.pmc
==============================================================================
--- trunk/src/pmc/eval.pmc	Sun Sep 12 13:27:17 2010	(r48955)
+++ trunk/src/pmc/eval.pmc	Sun Sep 12 13:45:25 2010	(r48956)
@@ -240,7 +240,6 @@
             return;
         }
 
-        /* TT #1315 create PF API, move it there */
         seg = (PackFile_Segment *)cur_cs->const_table;
         if (seg) {
             PackFile_Segment_destroy(INTERP, seg);


More information about the parrot-commits mailing list