]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/unit.h
core: ensure execute/spawn functions can work without Unit object
[thirdparty/systemd.git] / src / core / unit.h
index 434981755af1dac1a95808f5d4bf18e10a89098c..b5d7eb5f26126145cd35f1deaafac70bc1eec191 100644 (file)
@@ -1024,8 +1024,6 @@ void unit_notify_user_lookup(Unit *u, uid_t uid, gid_t gid);
 int unit_set_invocation_id(Unit *u, sd_id128_t id);
 int unit_acquire_invocation_id(Unit *u);
 
-bool unit_shall_confirm_spawn(Unit *u);
-
 int unit_set_exec_params(Unit *s, ExecParameters *p);
 
 int unit_fork_helper_process(Unit *u, const char *name, PidRef *ret);