summaryrefslogtreecommitdiff
path: root/ecp/server/sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'ecp/server/sig.c')
-rw-r--r--ecp/server/sig.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ecp/server/sig.c b/ecp/server/sig.c
index 6128838..397fef1 100644
--- a/ecp/server/sig.c
+++ b/ecp/server/sig.c
@@ -15,10 +15,6 @@
static pthread_t sig_handler_thd;
static sigset_t sig_set;
-static int conn_expired(ECPConnection *conn, ecp_sts_t now) {
- return _ecp_conn_is_zombie(conn, now, CONN_EXPIRE_TO);
-}
-
static void * _sig_handler(void *arg) {
ECPSocket *sock = arg;
int rv, sig;