Skip to content
Snippets Groups Projects
Commit 131a1065 authored by Ken Payson's avatar Ken Payson
Browse files

Remove test-forcing hack

parent d526e82a
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,6 @@ typedef struct { ...@@ -65,7 +65,6 @@ typedef struct {
} event_engine_factory; } event_engine_factory;
static const event_engine_factory g_factories[] = { static const event_engine_factory g_factories[] = {
{"poll-cv", grpc_init_poll_cv_posix},
{"epoll", grpc_init_epoll_linux}, {"epoll", grpc_init_epoll_linux},
{"poll", grpc_init_poll_posix}, {"poll", grpc_init_poll_posix},
{"poll-cv", grpc_init_poll_cv_posix}, {"poll-cv", grpc_init_poll_cv_posix},
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <grpc/support/port_platform.h> #include <grpc/support/port_platform.h>
#ifdef GPR_POSIX_SOCKET #ifdef GPR_POSIX_WAKEUP_FD
#include <stddef.h> #include <stddef.h>
#include "src/core/lib/iomgr/wakeup_fd_cv.h" #include "src/core/lib/iomgr/wakeup_fd_cv.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment