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

cotto at svn.parrot.org cotto at svn.parrot.org
Fri Apr 10 21:47:47 UTC 2009


Author: cotto
Date: Fri Apr 10 21:47:46 2009
New Revision: 38034
URL: https://trac.parrot.org/parrot/changeset/38034

Log:
[PMC] removed unneeded PMC_pmc_val usage

Modified:
   trunk/src/pmc/lexinfo.pmc

Modified: trunk/src/pmc/lexinfo.pmc
==============================================================================
--- trunk/src/pmc/lexinfo.pmc	Fri Apr 10 21:38:19 2009	(r38033)
+++ trunk/src/pmc/lexinfo.pmc	Fri Apr 10 21:47:46 2009	(r38034)
@@ -66,7 +66,6 @@
         Parrot_LexInfo_attributes *attrs =
             mem_allocate_zeroed_typed(Parrot_LexInfo_attributes);
         PARROT_ASSERT(PObj_constant_TEST(SELF));
-        PMC_pmc_val(SELF) = sub;
 
         hash = parrot_create_hash(INTERP,
             (PARROT_DATA_TYPE)enum_hash_int,


More information about the parrot-commits mailing list