Remove duplicate instance of grpc_global_wakeup_fd

pull/5592/head
Paul Querna 9 years ago
parent 40f11aa5dc
commit 1b9c0a2123
  1. 1
      src/core/lib/iomgr/ev_posix.c

@ -44,7 +44,6 @@
static const grpc_event_engine_vtable *g_event_engine;
grpc_poll_function_type grpc_poll_function = poll;
grpc_wakeup_fd grpc_global_wakeup_fd;
void grpc_event_engine_init(void) {
if ((g_event_engine = grpc_init_poll_and_epoll_posix())) {

Loading…
Cancel
Save