summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/utils/src/timer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/utils/src/timer.cc b/src/components/utils/src/timer.cc
index 8e854654de..582458e5c4 100644
--- a/src/components/utils/src/timer.cc
+++ b/src/components/utils/src/timer.cc
@@ -222,6 +222,5 @@ void timer::Timer::TimerDelegate::threadMain() {
}
void timer::Timer::TimerDelegate::exitThreadMain() {
- sync_primitives::AutoLock auto_lock(state_lock_ref_);
state_condition_.NotifyOne();
}