diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-04-29 10:29:26 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-04-29 10:29:26 -0700 |
commit | 514699c63b5470d90395b4511982d3dc3700cad3 (patch) | |
tree | fa68d6bed6ecea4eea3f6170e1d771ca3554a5e3 /src/core/lib/iomgr | |
parent | 2c21e5cd83b0656ba2b3c6bea2fb4d927c68a574 (diff) | |
parent | 1b9c0a2123bc8e2e3c4a6a7b35e22a7b2b17a69f (diff) |
Merge pull request #5592 from pquerna/objc_ssl_channel_creds
ObjC: Add ChannelCredentials to gRPC Call, to let specify a private key for the user
Diffstat (limited to 'src/core/lib/iomgr')
-rw-r--r-- | src/core/lib/iomgr/ev_posix.c | 1 |
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())) { |