Remove redundant word

release
Slava Pestov 2007-11-12 17:14:44 -05:00
parent a39b4fd338
commit 8cd8a10c47
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@ IN: network-clipboard
{ +listener+ t }
} define-command
: <client-datagram> ( -- datagram )
"0.0.0.0" 0 <inet4> <datagram> ;
: with-client ( addrspec quot -- )
>r <client> r> with-stream ; inline