[svn:parrot] r44500 - trunk/src

plobsing at svn.parrot.org plobsing at svn.parrot.org
Fri Feb 26 18:32:25 UTC 2010


Author: plobsing
Date: Fri Feb 26 18:32:24 2010
New Revision: 44500
URL: https://trac.parrot.org/parrot/changeset/44500

Log:
remove debugging code

Modified:
   trunk/src/pmc_freeze.c

Modified: trunk/src/pmc_freeze.c
==============================================================================
--- trunk/src/pmc_freeze.c	Fri Feb 26 17:24:11 2010	(r44499)
+++ trunk/src/pmc_freeze.c	Fri Feb 26 18:32:24 2010	(r44500)
@@ -84,14 +84,6 @@
     VTABLE_set_pmc(interp, visitor, pmc);
     pmc_result = VTABLE_get_pmc(interp, visitor);
     int_result = VTABLE_get_integer(interp, pmc_result);
-
-    {
-        /* XXX remove once bug found */
-        STRING *image = Parrot_freeze(interp, pmc);
-        const UINTVAL check_result =image->bufused;
-        PARROT_ASSERT(check_result == int_result);
-    }
-
     return int_result;
 }
 


More information about the parrot-commits mailing list