io.backend.unix: Nobody uses (refill), remove it.

db4
Doug Coleman 2013-01-28 16:34:36 -08:00
parent 7f253ef728
commit f4834ce51c
1 changed files with 0 additions and 6 deletions

View File

@ -88,12 +88,6 @@ M: io-timeout summary drop "I/O operation timed out" ;
! Some general stuff
CONSTANT: file-mode 0o0666
! Readers
: (refill) ( port -- n )
[ handle>> ]
[ buffer>> buffer-end ]
[ buffer>> buffer-capacity ] tri read ;
! Returns an event to wait for which will ensure completion of
! this request
GENERIC: refill ( port handle -- event/f )