Author: allison
Date: Mon Oct  1 22:15:13 2007
New Revision: 21735

Modified:
   branches/pdd15oo/src/inter_misc.c

Log:
[pdd15oo] Cleaning up unused variable.


Modified: branches/pdd15oo/src/inter_misc.c
==============================================================================
--- branches/pdd15oo/src/inter_misc.c   (original)
+++ branches/pdd15oo/src/inter_misc.c   Mon Oct  1 22:15:13 2007
@@ -47,7 +47,6 @@
     PMC * const method = pmc_new(interp, enum_class_NCI);
     STRING * const method_name = string_make(interp, name, strlen(name),
         NULL, PObj_constant_FLAG|PObj_external_FLAG);
-    PMC *proxy;
 
     /* create call func */
     VTABLE_set_pointer_keyed_str(interp, method,
@@ -68,7 +67,6 @@
     PMC * const method = pmc_new(interp, enum_class_NCI);
     STRING * const method_name = string_make(interp, name, strlen(name),
         NULL, PObj_constant_FLAG|PObj_external_FLAG);
-    PMC *proxy;
 
     /* setup call func */
     Parrot_NCI_nci_make_raw_nci(interp, method, func);

Reply via email to