aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/iomgr/timer.h')
-rw-r--r--src/core/iomgr/timer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/iomgr/timer.h b/src/core/iomgr/timer.h
index 9ad1e92f42..e239e884e7 100644
--- a/src/core/iomgr/timer.h
+++ b/src/core/iomgr/timer.h
@@ -96,7 +96,6 @@ void grpc_timer_cancel(grpc_exec_ctx *exec_ctx, grpc_timer *timer);
*next is never guaranteed to be updated on any given execution; however,
with high probability at least one thread in the system will see an update
at any time slice. */
-
bool grpc_timer_check(grpc_exec_ctx *exec_ctx, gpr_timespec now,
gpr_timespec *next);
void grpc_timer_list_init(gpr_timespec now);