[svn:parrot] r39547 - branches/pmc_pct/compilers/pmcc/src

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Jun 14 09:09:25 UTC 2009


Author: bacek
Date: Sun Jun 14 09:09:24 2009
New Revision: 39547
URL: https://trac.parrot.org/parrot/changeset/39547

Log:
Remove debug "say"

Modified:
   branches/pmc_pct/compilers/pmcc/src/builtins.pir

Modified: branches/pmc_pct/compilers/pmcc/src/builtins.pir
==============================================================================
--- branches/pmc_pct/compilers/pmcc/src/builtins.pir	Sun Jun 14 09:08:58 2009	(r39546)
+++ branches/pmc_pct/compilers/pmcc/src/builtins.pir	Sun Jun 14 09:09:24 2009	(r39547)
@@ -63,7 +63,6 @@
     unless it goto done
     $P0 = shift it
     $S0 = $P0
-    say $S0
     push res, $S0
     goto loop
   done:


More information about the parrot-commits mailing list