aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_epoll1_linux.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-27 12:08:18 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-27 12:08:18 -0700
commitd4838a98c5fb8b1227420f7577615ef7f66ac43e (patch)
tree414dddba5f6840682bed9d0d61f296b22055f4ae /src/core/lib/iomgr/ev_epoll1_linux.h
parentc67cc999e35061873b4ba8bd72ebfb4ff8b7c0b6 (diff)
Tweaks
Diffstat (limited to 'src/core/lib/iomgr/ev_epoll1_linux.h')
-rw-r--r--src/core/lib/iomgr/ev_epoll1_linux.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/core/lib/iomgr/ev_epoll1_linux.h b/src/core/lib/iomgr/ev_epoll1_linux.h
index 5d3651019b..99f4827008 100644
--- a/src/core/lib/iomgr/ev_epoll1_linux.h
+++ b/src/core/lib/iomgr/ev_epoll1_linux.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2017, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -41,10 +41,4 @@
const grpc_event_engine_vtable *grpc_init_epoll1_linux(void);
-#ifdef GRPC_LINUX_EPOLL
-void *grpc_fd_get_polling_island(grpc_fd *fd);
-void *grpc_pollset_get_polling_island(grpc_pollset *ps);
-bool grpc_are_polling_islands_equal(void *p, void *q);
-#endif /* defined(GRPC_LINUX_EPOLL) */
-
#endif /* GRPC_CORE_LIB_IOMGR_EV_EPOLL1_LINUX_H */