Remove unused/useless function single_user()

This commit is contained in:
Christian Ruppert 2012-02-11 00:24:10 +01:00
parent 94661b1d22
commit 8c55f1e50d

View File

@ -306,15 +306,6 @@ open_shell(void)
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
set_krunlevel(const char *level)
{