[svn:parrot] r47078 - trunk/src

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Fri May 28 01:31:23 UTC 2010


Author: whiteknight
Date: Fri May 28 01:31:23 2010
New Revision: 47078
URL: https://trac.parrot.org/parrot/changeset/47078

Log:
[oo] no.

Modified:
   trunk/src/oo.c

Modified: trunk/src/oo.c
==============================================================================
--- trunk/src/oo.c	Fri May 28 01:10:22 2010	(r47077)
+++ trunk/src/oo.c	Fri May 28 01:31:23 2010	(r47078)
@@ -268,7 +268,6 @@
     /* Now clone attributes list.class. */
     cloned_guts               = (Parrot_Object_attributes *) PMC_data(cloned);
     cloned_guts->_class       = obj->_class;
-    cloned_guts->attrib_store = NULL; /* XXX Do we need to set ->attrib_store twice? */
     cloned_guts->attrib_store = VTABLE_clone(interp, obj->attrib_store);
     num_attrs                 = VTABLE_elements(interp, cloned_guts->attrib_store);
     for (i = 0; i < num_attrs; ++i) {


More information about the parrot-commits mailing list