[svn:parrot] r42074 - trunk/src/gc

chromatic at svn.parrot.org chromatic at svn.parrot.org
Sat Oct 24 09:36:29 UTC 2009


Author: chromatic
Date: Sat Oct 24 09:36:28 2009
New Revision: 42074
URL: https://trac.parrot.org/parrot/changeset/42074

Log:
[GC] Deleted apparent vestigial setting of PObj_is_special_flag in
Parrot_gc_new_pmc_header().

Modified:
   trunk/src/gc/api.c

Modified: trunk/src/gc/api.c
==============================================================================
--- trunk/src/gc/api.c	Sat Oct 24 09:00:47 2009	(r42073)
+++ trunk/src/gc/api.c	Sat Oct 24 09:36:28 2009	(r42074)
@@ -409,8 +409,6 @@
         Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_ALLOCATION_ERROR,
             "Parrot VM: PMC allocation failed!\n");
 
-    flags |= PObj_is_special_PMC_FLAG;
-
     if (flags & PObj_is_PMC_shared_FLAG)
         Parrot_gc_add_pmc_sync(interp, pmc);
 


More information about the parrot-commits mailing list