aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_posix.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-15 17:25:27 -0800
committerGravatar GitHub <noreply@github.com>2016-11-15 17:25:27 -0800
commitc80fa2f673d92fdbcb30b86336c7f98a7de02ec6 (patch)
treef378f47e222d9293f0d5e29a0c6fca6113a63ebb /src/core/lib/iomgr/ev_posix.c
parenta1cf4dd6074f62ef5bc2e71d98c0f1f162dfedbb (diff)
parente6684f415e32b9317f549c64ff05f44e7fe71cfd (diff)
Merge pull request #8680 from ctiller/no_more_legacy
Remove legacy poller
Diffstat (limited to 'src/core/lib/iomgr/ev_posix.c')
-rw-r--r--src/core/lib/iomgr/ev_posix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/ev_posix.c b/src/core/lib/iomgr/ev_posix.c
index ef36ba89b2..ab139895fd 100644
--- a/src/core/lib/iomgr/ev_posix.c
+++ b/src/core/lib/iomgr/ev_posix.c
@@ -45,7 +45,6 @@
#include <grpc/support/useful.h>
#include "src/core/lib/iomgr/ev_epoll_linux.h"
-#include "src/core/lib/iomgr/ev_poll_and_epoll_posix.h"
#include "src/core/lib/iomgr/ev_poll_posix.h"
#include "src/core/lib/support/env.h"
@@ -67,7 +66,6 @@ static const event_engine_factory g_factories[] = {
{"epoll", grpc_init_epoll_linux},
{"poll", grpc_init_poll_posix},
{"poll-cv", grpc_init_poll_cv_posix},
- {"legacy", grpc_init_poll_and_epoll_posix},
};
static void add(const char *beg, const char *end, char ***ss, size_t *ns) {