summaryrefslogtreecommitdiff
path: root/src/core/scope.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-23 23:50:12 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-05-05 22:40:37 +0200
commitf6e9aa9e4554004d501dac9fd4df220db7080dec (patch)
treea4c9b03c077cbcf7d4a5d764894a3215293b6d14 /src/core/scope.c
parent4faa530cf633f9354c7368e6c1888c14c6516da0 (diff)
downloadsystemd-f6e9aa9e4554004d501dac9fd4df220db7080dec.tar.gz
pid1: convert to the new scheme
In all the other cases, I think the code was clearer with the static table. Here, not so much. And because of the existing dump code, the vtables cannot be made static and need to remain exported. I still think it's worth to do the change to have the cmdline introspection, but I'm disappointed with how this came out.
Diffstat (limited to 'src/core/scope.c')
-rw-r--r--src/core/scope.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/scope.c b/src/core/scope.c
index e4a536d597..42c51b0865 100644
--- a/src/core/scope.c
+++ b/src/core/scope.c
@@ -652,7 +652,6 @@ const UnitVTable scope_vtable = {
.notify_cgroup_empty = scope_notify_cgroup_empty_event,
- .bus_vtable = bus_scope_vtable,
.bus_set_property = bus_scope_set_property,
.bus_commit_properties = bus_scope_commit_properties,