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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 02:31:05 UTC 2009


Author: jkeenan
Date: Sat Nov 21 02:31:05 2009
New Revision: 42624
URL: https://trac.parrot.org/parrot/changeset/42624

Log:
Delete comment with reference to rejected RT #46653.

Modified:
   trunk/src/pmc/hash.pmc

Modified: trunk/src/pmc/hash.pmc
==============================================================================
--- trunk/src/pmc/hash.pmc	Sat Nov 21 02:29:48 2009	(r42623)
+++ trunk/src/pmc/hash.pmc	Sat Nov 21 02:31:05 2009	(r42624)
@@ -1132,7 +1132,6 @@
             const INTVAL v_type = VTABLE_shift_integer(INTERP, io);
             Hash        *hash;
 
-            /* RT #46653 create hash with needed size in the first place */
             if (k_type == Hash_key_type_int && v_type == enum_hash_int) {
                 SELF.set_pointer(parrot_new_intval_hash(INTERP));
             }


More information about the parrot-commits mailing list