summaryrefslogtreecommitdiff
path: root/source3/lib/events.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/events.c')
-rw-r--r--source3/lib/events.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/source3/lib/events.c b/source3/lib/events.c
index 75aa250726..651b25133b 100644
--- a/source3/lib/events.c
+++ b/source3/lib/events.c
@@ -21,26 +21,6 @@
#include "includes.h"
#include <tevent_internal.h>
-void event_fd_set_writeable(struct tevent_fd *fde)
-{
- TEVENT_FD_WRITEABLE(fde);
-}
-
-void event_fd_set_not_writeable(struct tevent_fd *fde)
-{
- TEVENT_FD_NOT_WRITEABLE(fde);
-}
-
-void event_fd_set_readable(struct tevent_fd *fde)
-{
- TEVENT_FD_READABLE(fde);
-}
-
-void event_fd_set_not_readable(struct tevent_fd *fde)
-{
- TEVENT_FD_NOT_READABLE(fde);
-}
-
/*
* Return if there's something in the queue
*/