summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/cache_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/cache_manager.h')
-rw-r--r--src/components/policy/policy_regular/include/policy/cache_manager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/policy/policy_regular/include/policy/cache_manager.h b/src/components/policy/policy_regular/include/policy/cache_manager.h
index 47ab0d4298..4a0a09db83 100644
--- a/src/components/policy/policy_regular/include/policy/cache_manager.h
+++ b/src/components/policy/policy_regular/include/policy/cache_manager.h
@@ -296,12 +296,6 @@ class CacheManager : public CacheManagerInterface {
bool IsDefaultPolicy(const std::string& app_id) const OVERRIDE;
/**
- * @brief Sets decrypted certificate in policy table
- * @param certificate content of certificate
- */
- void SetDecryptedCertificate(const std::string& certificate) const OVERRIDE;
-
- /**
* @brief SetIsDefault Sets is_default flag for application
* @param app_id app specific application
* @return true in case opperation was done successfully.