Remove "wants_reads" field from struct io_fd.
[srvx.git] / src / ioset-impl.h
index d6b30455ff6dec381ce86a52d5be60501bc24437..a3c12ceebe99d01d84bc1183bf97f201d52a114d 100644 (file)
@@ -25,7 +25,6 @@
 
 struct timeval;
 
-#define fd_wants_reads(FD) ((FD)->wants_reads || (FD)->state == IO_LISTENING)
 #define fd_wants_writes(FD) (((FD)->send.get != (FD)->send.put) || (FD)->state == IO_CONNECTING)
 
 struct io_engine {