[svn:parrot] r38226 - trunk/t/pmc

cotto at svn.parrot.org cotto at svn.parrot.org
Mon Apr 20 08:34:53 UTC 2009


Author: cotto
Date: Mon Apr 20 08:34:50 2009
New Revision: 38226
URL: https://trac.parrot.org/parrot/changeset/38226

Log:
[t] remove another unused named variable that's later overwritten

Modified:
   trunk/t/pmc/class.t

Modified: trunk/t/pmc/class.t
==============================================================================
--- trunk/t/pmc/class.t	Mon Apr 20 08:32:57 2009	(r38225)
+++ trunk/t/pmc/class.t	Mon Apr 20 08:34:50 2009	(r38226)
@@ -218,7 +218,7 @@
 
 # L<PDD15/Class PMC API/=item add_method>
 .sub 'add_method'
-    .local pmc class, attribs, meth_to_add, test_attr_val, obj_inst
+    .local pmc class, attribs, test_attr_val, obj_inst
     .local int test_val
     class = new ['Class']
 


More information about the parrot-commits mailing list