Remove long defunct IO_NEWSOCK

Chainsaw used this together with the notify callback to make the iop
data type usable for sockets it listened on, so that io_select() could
multiplex them along with the sockets used for actual I/O.
io_select() became unused in Empire 2, and finally got removed in
commit 875d72a0, v4.2.13.  That made the IO_NEWSOCK and the notify
callback defunct.  The latter got removed in commit 7d5a6b81, v4.3.1.
This commit is contained in:
Markus Armbruster 2009-04-21 19:47:36 +02:00
parent 3ce0cea94c
commit 0025f24f1e
2 changed files with 3 additions and 4 deletions

View file

@ -37,7 +37,6 @@
#define IO_READ 0x1
#define IO_WRITE 0x2
#define IO_NEWSOCK 0x4
#define IO_NBLOCK 0x8
#define IO_EOF 0x10
#define IO_ERROR 0x40