Skip to content

Commit

Permalink
Remove test-forcing hack
Browse files Browse the repository at this point in the history
  • Loading branch information
kpayson64 committed Oct 7, 2016
1 parent d526e82 commit 131a106
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/core/lib/iomgr/ev_posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion src/core/lib/iomgr/wakeup_fd_posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

#include <grpc/support/port_platform.h>

#ifdef GPR_POSIX_SOCKET
#ifdef GPR_POSIX_WAKEUP_FD

#include <stddef.h>
#include "src/core/lib/iomgr/wakeup_fd_cv.h"
Expand Down

0 comments on commit 131a106

Please sign in to comment.