aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Paul Querna <pquerna@apache.org>2016-04-29 08:28:48 -0700
committerGravatar Paul Querna <pquerna@apache.org>2016-04-29 08:28:48 -0700
commit1b9c0a2123bc8e2e3c4a6a7b35e22a7b2b17a69f (patch)
tree9db8a247979b3243ab167e6c4e7023feff301103 /src
parent40f11aa5dc706892d1a5b848ac9f9d85a0cf12cd (diff)
Remove duplicate instance of grpc_global_wakeup_fd
Diffstat (limited to 'src')
-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 0eb95a2e09..7df1751352 100644
--- a/src/core/lib/iomgr/ev_posix.c
+++ b/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())) {