diff options
author | Muxi Yan <mxyan@google.com> | 2018-10-03 13:43:02 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-10-03 13:43:02 -0700 |
commit | aedbddba688a79fedbcf2f823c1e1d4eb4224feb (patch) | |
tree | da2cca2fca2645d4ef0c53025b8666dbd2fd5387 | |
parent | ffb78c6b2350fbe3cb8c277f8d093eb3eac2fa6f (diff) |
Clean-up unused variable
-rw-r--r-- | src/core/lib/iomgr/timer_manager.cc | 1 |
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) { |