ui.tools.listener: remove redundant method

db4
Joe Groff 2011-10-17 21:14:29 -07:00
parent 67cccc63b3
commit 0c74190a50
1 changed files with 0 additions and 3 deletions

View File

@ -157,9 +157,6 @@ M:: interactor stream-read-unsafe ( n buf interactor -- count )
n short [ head-slice 0 buf copy ] keep n short [ head-slice 0 buf copy ] keep
] if-zero ; ] if-zero ;
M: interactor stream-read-partial-unsafe
stream-read-unsafe ; inline
M: interactor stream-read1 M: interactor stream-read1
dup interactor-read { dup interactor-read {
{ [ dup not ] [ 2drop f ] } { [ dup not ] [ 2drop f ] }