summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;