[svn:parrot] r38225 - trunk/t/library

cotto at svn.parrot.org cotto at svn.parrot.org
Mon Apr 20 08:32:57 UTC 2009


Author: cotto
Date: Mon Apr 20 08:32:57 2009
New Revision: 38225
URL: https://trac.parrot.org/parrot/changeset/38225

Log:
[t] remove an unused named variable

Modified:
   trunk/t/library/streams.t

Modified: trunk/t/library/streams.t
==============================================================================
--- trunk/t/library/streams.t	Mon Apr 20 08:28:27 2009	(r38224)
+++ trunk/t/library/streams.t	Mon Apr 20 08:32:57 2009	(r38225)
@@ -1356,7 +1356,6 @@
 
 .sub _main
     .local pmc stream
-    .local pmc temp
 
     load_bytecode "library/Stream/Base.pir"
     load_bytecode "library/Stream/Sub.pir"


More information about the parrot-commits mailing list