summaryrefslogtreecommitdiff
path: root/source4/lib/replace/system/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/replace/system/select.h')
-rw-r--r--source4/lib/replace/system/select.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/lib/replace/system/select.h b/source4/lib/replace/system/select.h
index 0d1eabbc35..20346259c2 100644
--- a/source4/lib/replace/system/select.h
+++ b/source4/lib/replace/system/select.h
@@ -30,13 +30,4 @@
#define SELECT_CAST
#endif
-/* use epoll if it is available */
-#if defined(HAVE_EPOLL_CREATE) && defined(HAVE_SYS_EPOLL_H)
-#define WITH_EPOLL 1
-#endif
-
-#if WITH_EPOLL
-#include <sys/epoll.h>
-#endif
-
#endif