[svn:parrot] r38224 - trunk/t/compilers/imcc/syn

cotto at svn.parrot.org cotto at svn.parrot.org
Mon Apr 20 08:28:30 UTC 2009


Author: cotto
Date: Mon Apr 20 08:28:27 2009
New Revision: 38224
URL: https://trac.parrot.org/parrot/changeset/38224

Log:
[t] remove an unused named variable

Modified:
   trunk/t/compilers/imcc/syn/pcc.t

Modified: trunk/t/compilers/imcc/syn/pcc.t
==============================================================================
--- trunk/t/compilers/imcc/syn/pcc.t	Mon Apr 20 08:00:42 2009	(r38223)
+++ trunk/t/compilers/imcc/syn/pcc.t	Mon Apr 20 08:28:27 2009	(r38224)
@@ -258,7 +258,7 @@
 
 pir_output_is( <<'CODE', <<'OUT', ".set_arg :flat" );
 .sub _main
-    .local pmc x, y, z, ar, ar2, s
+    .local pmc x, y, z, ar, ar2
     x = new 'String'
     x = "first\n"
     y = new 'String'


More information about the parrot-commits mailing list