X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fpoll-loop.h;h=da8f6e2063959e0dc7f3c52930e7c2a3bc9d9247;hb=0e553d9c1063be047824c6f1afce9ffc6db6c671;hp=fa06a07ff757818015ff9ca855cf5dd406174ec7;hpb=1e276d1a10539a8cd97d2ad63c073a9a43f0f1ef;p=sliver-openvswitch.git diff --git a/lib/poll-loop.h b/lib/poll-loop.h index fa06a07ff..da8f6e206 100644 --- a/lib/poll-loop.h +++ b/lib/poll-loop.h @@ -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