summaryrefslogtreecommitdiff
path: root/src/core/load-fragment-gperf.gperf.m4
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@users.noreply.github.com>2017-07-28 09:29:07 +0200
committerGitHub <noreply@github.com>2017-07-28 09:29:07 +0200
commit9fcaa574f07c3159281584643b573a80b5c1a843 (patch)
tree8c9b91a13719e599665a8ffb20d226ea2bc0ba7b /src/core/load-fragment-gperf.gperf.m4
parentc2674675cf8ae42dd2ae8923bfc1ddb7a48d332e (diff)
parentb1679459352885c82b041b0fb376f652cec76994 (diff)
downloadsystemd-9fcaa574f07c3159281584643b573a80b5c1a843.tar.gz
Merge pull request #6465 from keszybz/drop-kdbus
Drop kdbus-dependent code
Diffstat (limited to 'src/core/load-fragment-gperf.gperf.m4')
-rw-r--r--src/core/load-fragment-gperf.gperf.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/src/core/load-fragment-gperf.gperf.m4 b/src/core/load-fragment-gperf.gperf.m4
index f8eb2c09a5..9a87f0acd3 100644
--- a/src/core/load-fragment-gperf.gperf.m4
+++ b/src/core/load-fragment-gperf.gperf.m4
@@ -363,15 +363,6 @@ EXEC_CONTEXT_CONFIG_ITEMS(Socket)m4_dnl
CGROUP_CONTEXT_CONFIG_ITEMS(Socket)m4_dnl
KILL_CONTEXT_CONFIG_ITEMS(Socket)m4_dnl
m4_dnl
-BusName.Name, config_parse_string, 0, offsetof(BusName, name)
-BusName.Activating, config_parse_bool, 0, offsetof(BusName, activating)
-BusName.Service, config_parse_busname_service, 0, 0
-BusName.AllowUser, config_parse_bus_policy, 0, 0
-BusName.AllowGroup, config_parse_bus_policy, 0, 0
-BusName.AllowWorld, config_parse_bus_policy_world, 0, offsetof(BusName, policy_world)
-BusName.SELinuxContext, config_parse_exec_selinux_context, 0, 0
-BusName.AcceptFileDescriptors, config_parse_bool, 0, offsetof(BusName, accept_fd)
-m4_dnl
Mount.What, config_parse_unit_string_printf, 0, offsetof(Mount, parameters_fragment.what)
Mount.Where, config_parse_path, 0, offsetof(Mount, where)
Mount.Options, config_parse_unit_string_printf, 0, offsetof(Mount, parameters_fragment.options)