summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2016-08-11 10:56:47 +0200
committerAttila Molnar <attilamolnar@hush.com>2016-08-11 10:56:47 +0200
commitf09ca8cf45a23680c16aab9068fb42f761098a93 (patch)
treef8544ea9ce25b0fd563708082a31f052eaf0b563 /src
parentc528328748444fa0f0cff1a0377a7a6b9e557905 (diff)
socketengine_epoll Remove unused #define EP_DELAY 5
Diffstat (limited to 'src')
-rw-r--r--src/socketengines/socketengine_epoll.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/socketengines/socketengine_epoll.cpp b/src/socketengines/socketengine_epoll.cpp
index 8548e0824..7602dd201 100644
--- a/src/socketengines/socketengine_epoll.cpp
+++ b/src/socketengines/socketengine_epoll.cpp
@@ -24,7 +24,6 @@
#include <sys/epoll.h>
#include <ulimit.h>
#include <iostream>
-#define EP_DELAY 5
/** A specialisation of the SocketEngine class, designed to use linux 2.6 epoll().
*/