From 2efce25193ebd21069a2b28919a71a286ad8a33c Mon Sep 17 00:00:00 2001 From: liulinna Date: Fri, 25 Mar 2022 12:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Danm=E8=BF=90=E8=A1=8Csignal9?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: guduhanyan --- services/time_manager/src/timer_call_back.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/time_manager/src/timer_call_back.cpp b/services/time_manager/src/timer_call_back.cpp index f57b2bc..5fc44de 100644 --- a/services/time_manager/src/timer_call_back.cpp +++ b/services/time_manager/src/timer_call_back.cpp @@ -91,7 +91,6 @@ void TimerCallback::NotifyTimer(const uint64_t timerId) if (it->second->wantAgent != nullptr) { TIME_HILOGD(TIME_MODULE_SERVICE, "trigger wantagent."); - std::shared_ptr context = std::make_shared(); std::shared_ptr want = OHOS::AbilityRuntime::WantAgent::WantAgentHelper::GetWant(it->second->wantAgent); OHOS::AbilityRuntime::WantAgent::TriggerInfo paramsInfo("", nullptr, want, WANTAGENT_CODE_ELEVEN);