Remove unused/useless function single_user()
This commit is contained in:
parent
94661b1d22
commit
8c55f1e50d
@ -306,15 +306,6 @@ open_shell(void)
|
|||||||
run_program(shell);
|
run_program(shell);
|
||||||
}
|
}
|
||||||
|
|
||||||
_dead static void
|
|
||||||
single_user(void)
|
|
||||||
{
|
|
||||||
rc_logger_close();
|
|
||||||
execl(SHUTDOWN, SHUTDOWN, "now", (char *) NULL);
|
|
||||||
eerrorx("%s: unable to exec `" SHUTDOWN "': %s",
|
|
||||||
applet, strerror(errno));
|
|
||||||
}
|
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
set_krunlevel(const char *level)
|
set_krunlevel(const char *level)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user