summaryrefslogtreecommitdiffstats
path: root/src/lib/apputils/net-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/apputils/net-server.c')
-rw-r--r--src/lib/apputils/net-server.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/apputils/net-server.c b/src/lib/apputils/net-server.c
index 0fd08ecee..1f8a8f97a 100644
--- a/src/lib/apputils/net-server.c
+++ b/src/lib/apputils/net-server.c
@@ -58,10 +58,6 @@
#include "fake-addrinfo.h"
#include "net-server.h"
-#ifdef INTERNAL_VERTO
-#include "verto-k5ev.h"
-#endif
-
#include <signal.h>
/* XXX */
@@ -269,12 +265,7 @@ loop_init(verto_ev_type types)
types |= VERTO_EV_TYPE_IO;
types |= VERTO_EV_TYPE_SIGNAL;
types |= VERTO_EV_TYPE_TIMEOUT;
-
-#ifdef INTERNAL_VERTO
- return verto_default_k5ev();
-#else
return verto_default(NULL, types);
-#endif
}
static void