[svn:parrot] r41688 - branches/pcc_reapply/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Oct 4 13:04:26 UTC 2009


Author: bacek
Date: Sun Oct  4 13:04:24 2009
New Revision: 41688
URL: https://trac.parrot.org/parrot/changeset/41688

Log:
[cage] Remove unused variable in Sub.set_outer

Modified:
   branches/pcc_reapply/src/pmc/sub.pmc

Modified: branches/pcc_reapply/src/pmc/sub.pmc
==============================================================================
--- branches/pcc_reapply/src/pmc/sub.pmc	Sun Oct  4 13:03:32 2009	(r41687)
+++ branches/pcc_reapply/src/pmc/sub.pmc	Sun Oct  4 13:04:24 2009	(r41688)
@@ -1056,7 +1056,7 @@
     METHOD set_outer(PMC *outer) {
         /* Set outer sub. */
         Parrot_Sub_attributes *sub;
-        PMC *tmp1, *tmp2;
+        PMC *tmp1;
         PMC_get_sub(INTERP, SELF, sub);
 
         sub->outer_sub = outer;


More information about the parrot-commits mailing list