aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_posix.c
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-10-07 14:03:30 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-10-07 14:03:30 -0700
commit131a1065fb23d9fd4be60361dffb9f8a0042f0cc (patch)
tree5b8627dff03d47b603ee892d3684447e7437781a /src/core/lib/iomgr/ev_posix.c
parentd526e82a8340c5ad169a6bbb770cee23e1c0a441 (diff)
Remove test-forcing hack
Diffstat (limited to 'src/core/lib/iomgr/ev_posix.c')
-rw-r--r--src/core/lib/iomgr/ev_posix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/ev_posix.c b/src/core/lib/iomgr/ev_posix.c
index a4102b429f..2fc8ccfa91 100644
--- a/src/core/lib/iomgr/ev_posix.c
+++ b/src/core/lib/iomgr/ev_posix.c
@@ -65,7 +65,6 @@ typedef struct {
} event_engine_factory;
static const event_engine_factory g_factories[] = {
- {"poll-cv", grpc_init_poll_cv_posix},
{"epoll", grpc_init_epoll_linux},
{"poll", grpc_init_poll_posix},
{"poll-cv", grpc_init_poll_cv_posix},