diff options
Diffstat (limited to 'src/core/core-varlink.h')
-rw-r--r-- | src/core/core-varlink.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/core-varlink.h b/src/core/core-varlink.h index 7f810d1..20507a4 100644 --- a/src/core/core-varlink.h +++ b/src/core/core-varlink.h @@ -6,10 +6,6 @@ int manager_varlink_init(Manager *m); void manager_varlink_done(Manager *m); -/* Creates a new VarlinkServer and binds methods. Does not set up sockets or attach events. - * Used for manager serialize/deserialize. */ -int manager_setup_varlink_server(Manager *m, VarlinkServer **ret_s); - /* The manager is expected to send an update to systemd-oomd if one of the following occurs: * - The value of ManagedOOM*= properties change * - A unit with ManagedOOM*= properties changes unit active state */ |