Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / engine_poll.c
index 01bd0a3bb6fd34292984b4fcdff2806c838ed09e..a0159ef076ee9dc3a9c785cf16080fcbc0f54409 100644 (file)
@@ -303,8 +303,6 @@ engine_loop(struct Generators* gen)
        }
       }
 
-      /* assert(!(pollfdList[i].revents & POLLERR)); */
-
 #ifdef POLLHUP
       if (pollfdList[i].revents & POLLHUP) { /* hang-up on socket */
        Debug((DEBUG_ENGINE, "poll: EOF from client (POLLHUP)"));