aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_poll_posix.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-06-01 09:34:42 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-06-01 09:34:42 -0700
commit4c751ebd505d4759744489dbaae72a477f272f78 (patch)
tree9bf0c2d530a8fc12d6df1ce65c53c8d952f191b7 /src/core/lib/iomgr/ev_poll_posix.c
parentccbc810bae7adaa17ad38d03f52d74631ccfe2c3 (diff)
parent55458f1decb53a3e56b8dbcd4a465925810a1f27 (diff)
Merge github.com:grpc/grpc into error
Diffstat (limited to 'src/core/lib/iomgr/ev_poll_posix.c')
-rw-r--r--src/core/lib/iomgr/ev_poll_posix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/ev_poll_posix.c b/src/core/lib/iomgr/ev_poll_posix.c
index e5eb16c3be..9fe0671e98 100644
--- a/src/core/lib/iomgr/ev_poll_posix.c
+++ b/src/core/lib/iomgr/ev_poll_posix.c
@@ -59,8 +59,6 @@
* FD declarations
*/
-grpc_wakeup_fd grpc_global_wakeup_fd;
-
typedef struct grpc_fd_watcher {
struct grpc_fd_watcher *next;
struct grpc_fd_watcher *prev;