diff --git a/src/rc/rc.c b/src/rc/rc.c index 662062ef..612cad01 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -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) {