summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAKalinich-Luxoft <AKalinich@luxoft.com>2018-06-04 18:08:59 +0300
committerAndrii Kalinich <AKalinich@luxoft.com>2018-06-18 20:18:46 +0300
commite0c354e6bf83ee19db48b264e8878fff2c5427e8 (patch)
treef2e2c014eb287c495f5fe212db7a80f2ee2182e3
parent1e1c90e6871f4ea1e795cb25b944b9ca2274fda9 (diff)
downloadsdl_core-e0c354e6bf83ee19db48b264e8878fff2c5427e8.tar.gz
Moved out unrelated to feature code
-rw-r--r--src/components/policy/policy_regular/src/policy_manager_impl.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/policy/policy_regular/src/policy_manager_impl.cc b/src/components/policy/policy_regular/src/policy_manager_impl.cc
index 915965f569..84d4ac853a 100644
--- a/src/components/policy/policy_regular/src/policy_manager_impl.cc
+++ b/src/components/policy/policy_regular/src/policy_manager_impl.cc
@@ -1157,10 +1157,6 @@ bool PolicyManagerImpl::InitPT(const std::string& file_name,
if (ret) {
RefreshRetrySequence();
update_status_manager_.OnPolicyInit(cache_->UpdateRequired());
- const std::string certificate_data = cache_->GetCertificate();
- if (!certificate_data.empty()) {
- listener_->OnCertificateUpdated(certificate_data);
- }
}
return ret;
}