[svn:parrot] r48363 - branches/unshared_buffers/include/parrot

darbelo at svn.parrot.org darbelo at svn.parrot.org
Mon Aug 9 21:06:12 UTC 2010


Author: darbelo
Date: Mon Aug  9 21:06:12 2010
New Revision: 48363
URL: https://trac.parrot.org/parrot/changeset/48363

Log:
Remove strstart from the string definition. I knew I'd eventually eliminate this sucker!

Modified:
   branches/unshared_buffers/include/parrot/pobj.h

Modified: branches/unshared_buffers/include/parrot/pobj.h
==============================================================================
--- branches/unshared_buffers/include/parrot/pobj.h	Mon Aug  9 21:05:57 2010	(r48362)
+++ branches/unshared_buffers/include/parrot/pobj.h	Mon Aug  9 21:06:12 2010	(r48363)
@@ -73,7 +73,6 @@
     Parrot_UInt flags;
     void *     _bufstart;
     size_t     _buflen;
-    char       *strstart;
     UINTVAL     bufused;
     UINTVAL     strlen;
     UINTVAL     hashval; /* cached hash value computation */


More information about the parrot-commits mailing list