aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer_manager.cc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-03 13:43:02 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-03 13:43:02 -0700
commitaedbddba688a79fedbcf2f823c1e1d4eb4224feb (patch)
treeda2cca2fca2645d4ef0c53025b8666dbd2fd5387 /src/core/lib/iomgr/timer_manager.cc
parentffb78c6b2350fbe3cb8c277f8d093eb3eac2fa6f (diff)
Clean-up unused variable
Diffstat (limited to 'src/core/lib/iomgr/timer_manager.cc')
-rw-r--r--src/core/lib/iomgr/timer_manager.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/timer_manager.cc b/src/core/lib/iomgr/timer_manager.cc
index eaba05a5ce..e272d228f8 100644
--- a/src/core/lib/iomgr/timer_manager.cc
+++ b/src/core/lib/iomgr/timer_manager.cc
@@ -67,7 +67,6 @@ static void timer_thread(void* completed_thread_ptr);
extern int64_t g_timer_manager_init_count;
extern int64_t g_timer_manager_shutdown_count;
extern int64_t g_fork_count;
-extern int64_t g_timer_wait_err;
#endif // GRPC_DEBUG_TIMER_MANAGER
static void gc_completed_threads(void) {