Revert "poll-loop: Enable checking whether a FD caused a wakeup."
[openvswitch] / lib / poll-loop.h
index fa06a07ff757818015ff9ca855cf5dd406174ec7..da8f6e2063959e0dc7f3c52930e7c2a3bc9d9247 100644 (file)
@@ -65,9 +65,6 @@ void poll_block(void);
 /* Cancel a file descriptor callback or event. */
 void poll_cancel(struct poll_waiter *);
 
-/* Checks whether the file descriptor caused a wakeup. */
-short int poll_fd_woke(int fd);
-
 #ifdef  __cplusplus
 }
 #endif