summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kutsan <akutsan@luxoft.com>2017-09-06 17:31:19 +0300
committerAlexander Kutsan <akutsan@luxoft.com>2017-09-06 17:31:19 +0300
commitb575a27833ed2382c0be590c648452e3360957b1 (patch)
tree304596de86bbc4c78204e2e175ae528761adf37c
parentf7b8836d47e893b38edba5438fcbe7bd239bfe97 (diff)
downloadsdl_core-b575a27833ed2382c0be590c648452e3360957b1.tar.gz
Remove unused function GatherAppGroupPrimary
-rw-r--r--src/components/policy/policy_external/include/policy/sql_pt_representation.h2
-rw-r--r--src/components/policy/policy_regular/include/policy/sql_pt_representation.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/components/policy/policy_external/include/policy/sql_pt_representation.h b/src/components/policy/policy_external/include/policy/sql_pt_representation.h
index 90dab7fa60..54dfb9f0b7 100644
--- a/src/components/policy/policy_external/include/policy/sql_pt_representation.h
+++ b/src/components/policy/policy_external/include/policy/sql_pt_representation.h
@@ -100,8 +100,6 @@ class SQLPTRepresentation : public virtual PTRepresentation {
protected:
#ifdef SDL_REMOTE_CONTROL
enum TypeAccess { kAllowed, kManual };
- bool GatherAppGroupPrimary(const std::string& app_id,
- policy_table::Strings* app_groups) const;
bool GatherModuleType(const std::string& app_id,
policy_table::ModuleTypes* module_types) const;
bool GatherRemoteControlDenied(const std::string& app_id, bool* denied) const;
diff --git a/src/components/policy/policy_regular/include/policy/sql_pt_representation.h b/src/components/policy/policy_regular/include/policy/sql_pt_representation.h
index 4b66c4101b..6b5d6111f1 100644
--- a/src/components/policy/policy_regular/include/policy/sql_pt_representation.h
+++ b/src/components/policy/policy_regular/include/policy/sql_pt_representation.h
@@ -99,8 +99,6 @@ class SQLPTRepresentation : public virtual PTRepresentation {
protected:
#ifdef SDL_REMOTE_CONTROL
enum TypeAccess { kAllowed, kManual };
- bool GatherAppGroupPrimary(const std::string& app_id,
- policy_table::Strings* app_groups) const;
bool GatherModuleType(const std::string& app_id,
policy_table::ModuleTypes* module_types) const;
bool GatherRemoteControlDenied(const std::string& app_id, bool* denied) const;