aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_posix.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-02 12:33:38 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-02 14:36:33 -0700
commitc3571791a5e20ed82cc2efebd21d48f898f13eba (patch)
tree3c5d327a75f7b4af0c2faf9717026935a0dc0a4d /src/core/lib/iomgr/ev_posix.h
parent8bb3ca757e0860cde13c6cb67931552a4de3eea1 (diff)
Isolate timer checking in its own thread
Diffstat (limited to 'src/core/lib/iomgr/ev_posix.h')
-rw-r--r--src/core/lib/iomgr/ev_posix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/ev_posix.h b/src/core/lib/iomgr/ev_posix.h
index becc4d359e..a77720e61f 100644
--- a/src/core/lib/iomgr/ev_posix.h
+++ b/src/core/lib/iomgr/ev_posix.h
@@ -93,8 +93,6 @@ typedef struct grpc_event_engine_vtable {
void (*pollset_set_del_fd)(grpc_exec_ctx *exec_ctx,
grpc_pollset_set *pollset_set, grpc_fd *fd);
- grpc_error *(*kick_poller)(void);
-
void (*shutdown_engine)(void);
#ifdef GRPC_WORKQUEUE_REFCOUNT_DEBUG