diff --git a/services/timer/src/timer_manager.cpp b/services/timer/src/timer_manager.cpp index aeefddc..7e21759 100644 --- a/services/timer/src/timer_manager.cpp +++ b/services/timer/src/timer_manager.cpp @@ -385,7 +385,7 @@ void TimerManager::TimerLooper() if (result != TIME_CHANGED_MASK) { std::lock_guard lock(mutex_); - auto hasWakeup = TriggerTimersLocked(triggerList, nowElapsed); + TriggerTimersLocked(triggerList, nowElapsed); DeliverTimersLocked(triggerList, nowElapsed); RescheduleKernelTimerLocked(); } else {