summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/src/policy_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_external/src/policy_helper.cc')
-rw-r--r--src/components/policy/policy_external/src/policy_helper.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/policy/policy_external/src/policy_helper.cc b/src/components/policy/policy_external/src/policy_helper.cc
index 913a599bea..6594221f22 100644
--- a/src/components/policy/policy_external/src/policy_helper.cc
+++ b/src/components/policy/policy_external/src/policy_helper.cc
@@ -889,14 +889,5 @@ bool HaveGroupsChanged(const rpc::Optional<policy_table::Strings>& old_groups,
Compare);
}
-void ProccessAppGroups::operator()(
- const policy_table::ApplicationPolicies::value_type& app) {
- policy_table::ApplicationPolicies::const_iterator i =
- new_apps_.find(app.first);
- if (i == new_apps_.end() && default_ != new_apps_.end()) {
- i = default_;
- }
-}
-
#endif // SDL_REMOTE_CONTROL
} // namespace policy