io.encodings: decoders can't really seek or tell

db4
Joe Groff 2011-10-13 00:01:13 -07:00
parent 73b6648b0e
commit 5e2d95ebb2
1 changed files with 0 additions and 4 deletions

View File

@ -60,10 +60,6 @@ M: object <decoder> f decoder boa ; inline
M: decoder stream-element-type
drop +character+ ; inline
M: decoder stream-tell stream>> stream-tell ; inline
M: decoder stream-seek stream>> stream-seek ; inline
: (read1) ( decoder -- ch )
>decoder< decode-char ; inline