]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/dbus-manager: drop dangling verify_run_space_and_log() prototype
authorMike Yuan <me@yhndnzj.com>
Sat, 15 Nov 2025 18:00:32 +0000 (19:00 +0100)
committerMike Yuan <me@yhndnzj.com>
Thu, 18 Dec 2025 16:37:26 +0000 (17:37 +0100)
Follow-up for 65d9ef40f222588fcaf55e2932f45b0d4bdaf194

src/core/dbus-manager.h

index 201a87607872d454edd2a4b560dadbaeb865fbf8..947b2a3ce72b58f30be0466b25e49c2ee3495f97 100644 (file)
@@ -16,11 +16,10 @@ void bus_manager_send_finished(
                 usec_t initrd_usec,
                 usec_t userspace_usec,
                 usec_t total_usec);
+
 void bus_manager_send_reloading(Manager *m, bool active);
 void bus_manager_send_change_signal(Manager *m);
 
-int verify_run_space_and_log(const char *message);
-
 int bus_property_get_oom_policy(
                 sd_bus *bus,
                 const char *path,
@@ -29,6 +28,7 @@ int bus_property_get_oom_policy(
                 sd_bus_message *reply,
                 void *userdata,
                 sd_bus_error *reterr_error);
+
 int bus_property_get_emergency_action(
                 sd_bus *bus,
                 const char *path,