Remove "wants_reads" field from struct io_fd.
[srvx.git] / src / ioset.h
index 48e692453cc3a333d5bf653f016fbd977b374a24..36bb4ae177bcb58d9eefae34225a6b58e14e9cca 100644 (file)
@@ -35,7 +35,6 @@ struct io_fd {
     int fd;
     void *data;
     enum { IO_CLOSED, IO_LISTENING, IO_CONNECTING, IO_CONNECTED } state;
-    unsigned int wants_reads : 1;
     unsigned int line_reads : 1;
     int line_len;
     struct ioq send;