[svn:parrot] r48361 - branches/unshared_buffers/src/pmc

darbelo at svn.parrot.org darbelo at svn.parrot.org
Mon Aug 9 21:05:43 UTC 2010


Author: darbelo
Date: Mon Aug  9 21:05:42 2010
New Revision: 48361
URL: https://trac.parrot.org/parrot/changeset/48361

Log:
Remove an assert from the olden times when strstart could be different from _bufstart.

Modified:
   branches/unshared_buffers/src/pmc/imageio.pmc

Modified: branches/unshared_buffers/src/pmc/imageio.pmc
==============================================================================
--- branches/unshared_buffers/src/pmc/imageio.pmc	Mon Aug  9 21:05:28 2010	(r48360)
+++ branches/unshared_buffers/src/pmc/imageio.pmc	Mon Aug  9 21:05:42 2010	(r48361)
@@ -745,8 +745,6 @@
         PARROT_IMAGEIO(SELF)->what   = VISIT_THAW_NORMAL;
         PARROT_IMAGEIO(SELF)->buffer = (Buffer *)image;
 
-        PARROT_ASSERT(image->_bufstart == image->strstart);
-
         SET_VISIT_CURSOR(SELF,
             (const char *)Buffer_bufstart(PARROT_IMAGEIO(SELF)->buffer));
         PARROT_IMAGEIO(SELF)->input_length = image->strlen;


More information about the parrot-commits mailing list