aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/timer_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/iomgr/timer_internal.h')
-rw-r--r--src/core/iomgr/timer_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/iomgr/timer_internal.h b/src/core/iomgr/timer_internal.h
index f180eca36e..f182e73764 100644
--- a/src/core/iomgr/timer_internal.h
+++ b/src/core/iomgr/timer_internal.h
@@ -54,8 +54,6 @@ int grpc_timer_check(grpc_exec_ctx* exec_ctx, gpr_timespec now,
void grpc_timer_list_init(gpr_timespec now);
void grpc_timer_list_shutdown(grpc_exec_ctx* exec_ctx);
-gpr_timespec grpc_timer_list_next_timeout(void);
-
/* the following must be implemented by each iomgr implementation */
void grpc_kick_poller(void);