]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "io.backend.unix: fix handle-length on stdin."
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 14 Mar 2018 20:26:31 +0000 (13:26 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 14 Mar 2018 20:29:47 +0000 (13:29 -0700)
This reverts commit b54da0f22bfe020897cf3e3572f17deb588f0f95.

basis/io/backend/unix/unix.factor

index e13d87d153b582946a64c7c8a47e62ca87e8f306..2468c53e58addad7154f3ee3009e16dc27bcaab4 100755 (executable)
@@ -173,8 +173,6 @@ M: stdin refill
 M: stdin cancel-operation
     [ size>> ] [ control>> ] bi [ cancel-operation ] bi@ ;
 
-M: stdin fd>> data>> handle-fd ; ! for handle-length
-
 : control-write-fd ( -- fd ) &: control_write uint deref ;
 
 : size-read-fd ( -- fd ) &: size_read uint deref ;