Revert "alien: these make "utf8 encode" 7-8% faster."

This reverts commit c9664e746b.
db4
John Benediktsson 2012-07-18 07:56:05 -07:00
parent daaa62d498
commit 75778c89c1
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@ GENERIC: byte-length ( obj -- n ) flushable
M: object byte-length [ length ] [ element-size ] bi * ; inline
M: byte-array byte-length length ; inline
M: byte-vector byte-length length ; inline
GENERIC: >c-ptr ( obj -- c-ptr ) flushable
M: c-ptr >c-ptr ; inline