summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsniukalov <sniukaov@luxoft.com>2020-02-06 20:03:01 +0200
committersniukalov <sniukaov@luxoft.com>2020-02-06 20:03:01 +0200
commit493a706079e29071db3452a0237a1cabdccdf230 (patch)
treefb83f30d49d8583bbd3173947979d6399d51bc96
parent626699739c96824dcedfb81b080a9cd138c90561 (diff)
downloadsdl_core-493a706079e29071db3452a0237a1cabdccdf230.tar.gz
Remove rudement for UpdateNeededStatus
-rw-r--r--src/components/policy/policy_external/src/status.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/policy/policy_external/src/status.cc b/src/components/policy/policy_external/src/status.cc
index 33fce6f8c8..12772c47ce 100644
--- a/src/components/policy/policy_external/src/status.cc
+++ b/src/components/policy/policy_external/src/status.cc
@@ -73,9 +73,6 @@ void policy::UpdateNeededStatus::ProcessEvent(
case kOnResetPolicyTableNoUpdate:
manager->SetNextStatus(std::make_shared<UpToDateStatus>());
break;
- case kOnNewAppRegistered:
- manager->SetNextStatus(std::make_shared<UpdateNeededStatus>());
- break;
case kPendingUpdate:
manager->SetNextStatus(std::make_shared<UpdatePendingStatus>());
break;