[svn:parrot] r47005 - trunk/src/pmc

petdance at svn.parrot.org petdance at svn.parrot.org
Wed May 26 02:04:08 UTC 2010


Author: petdance
Date: Wed May 26 02:04:07 2010
New Revision: 47005
URL: https://trac.parrot.org/parrot/changeset/47005

Log:
remove unused var

Modified:
   trunk/src/pmc/coroutine.pmc

Modified: trunk/src/pmc/coroutine.pmc
==============================================================================
--- trunk/src/pmc/coroutine.pmc	Wed May 26 01:42:28 2010	(r47004)
+++ trunk/src/pmc/coroutine.pmc	Wed May 26 02:04:07 2010	(r47005)
@@ -111,7 +111,6 @@
 */
 
     VTABLE PMC *clone() {
-        STRING     *name;
         PMC * const ret = Parrot_pmc_new(INTERP, SELF->vtable->base_type);
 
         PObj_custom_mark_destroy_SETALL(ret);


More information about the parrot-commits mailing list