Author: particle
Date: Wed Apr  4 11:13:39 2007
New Revision: 17975

Modified:
   trunk/src/pmc/exporter.pmc

Log:
[pmc]: remove incorrect/dead code from Exporter

Modified: trunk/src/pmc/exporter.pmc
==============================================================================
--- trunk/src/pmc/exporter.pmc  (original)
+++ trunk/src/pmc/exporter.pmc  Wed Apr  4 11:13:39 2007
@@ -298,7 +298,6 @@
             PMC *globals :optional :named["globals"], int got_globals 
:opt_flag) {
 
         Parrot_Exporter *exp = PARROT_EXPORTER(SELF);
-        int copy_of_globals;
         PMC *ns_src, *ns_dest, *ns_globals;
 
         if (got_src)
@@ -321,7 +320,6 @@
         ns_dest    = exp->ns_dest;
         ns_globals = exp->globals;
 
-        copy_of_globals = VTABLE_get_integer(interp, exp->globals);
         PCCINVOKE(interp, ns_src, "export_to", PMC *ns_dest, PMC *ns_globals);
         return;
     }

Reply via email to