[svn:parrot] r46971 - branches/gsoc_past_optimization/examples/library

tcurtis at svn.parrot.org tcurtis at svn.parrot.org
Mon May 24 18:29:26 UTC 2010


Author: tcurtis
Date: Mon May 24 18:29:25 2010
New Revision: 46971
URL: https://trac.parrot.org/parrot/changeset/46971

Log:
Removing a debugging 'say "Foo"'.

Modified:
   branches/gsoc_past_optimization/examples/library/pasttransformer.pir

Modified: branches/gsoc_past_optimization/examples/library/pasttransformer.pir
==============================================================================
--- branches/gsoc_past_optimization/examples/library/pasttransformer.pir	Mon May 24 18:27:46 2010	(r46970)
+++ branches/gsoc_past_optimization/examples/library/pasttransformer.pir	Mon May 24 18:29:25 2010	(r46971)
@@ -59,7 +59,6 @@
     $I1 = isa $P3, 'Integer'
     foldable = and $I0, $I1
     unless foldable goto end
-    say "Foo"
     result = new ['PAST'; 'Val']
     $I0 = $P2
     $I1 = $P3


More information about the parrot-commits mailing list