From 2557ce1010d1554a5f3d6bf2bd146b26c3758c32 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 9 Nov 2009 00:53:47 -0600 Subject: [PATCH] io.servers.packet: nothing was using it and it had a stack effect error. nuked --- basis/io/servers/packet/authors.txt | 1 - basis/io/servers/packet/packet.factor | 23 ----------------------- basis/io/servers/packet/summary.txt | 1 - basis/io/servers/packet/tags.txt | 1 - 4 files changed, 26 deletions(-) delete mode 100755 basis/io/servers/packet/authors.txt delete mode 100644 basis/io/servers/packet/packet.factor delete mode 100644 basis/io/servers/packet/summary.txt delete mode 100644 basis/io/servers/packet/tags.txt diff --git a/basis/io/servers/packet/authors.txt b/basis/io/servers/packet/authors.txt deleted file mode 100755 index 1901f27a24..0000000000 --- a/basis/io/servers/packet/authors.txt +++ /dev/null @@ -1 +0,0 @@ -Slava Pestov diff --git a/basis/io/servers/packet/packet.factor b/basis/io/servers/packet/packet.factor deleted file mode 100644 index 2a346b4d13..0000000000 --- a/basis/io/servers/packet/packet.factor +++ /dev/null @@ -1,23 +0,0 @@ -USING: concurrency.combinators destructors fry -io.sockets kernel logging ; -IN: io.servers.packet - - [ datagram-loop ] with-disposal ; inline - -\ spawn-datagrams NOTICE add-input-logging - -PRIVATE> - -: with-datagrams ( seq service quot -- ) - '[ [ [ _ ] dip spawn-datagrams ] parallel-each ] with-logging ; inline diff --git a/basis/io/servers/packet/summary.txt b/basis/io/servers/packet/summary.txt deleted file mode 100644 index 29247a2937..0000000000 --- a/basis/io/servers/packet/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Multi-threaded UDP/IP servers diff --git a/basis/io/servers/packet/tags.txt b/basis/io/servers/packet/tags.txt deleted file mode 100644 index 992ae12982..0000000000 --- a/basis/io/servers/packet/tags.txt +++ /dev/null @@ -1 +0,0 @@ -network