From: Ray Strode Date: Wed, 27 Nov 2013 05:26:45 +0000 (-0500) Subject: main: drop check_for_consoles call at startup X-Git-Tag: 0.9.0~65^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43583e44dc3b299f0be43fe883758eec5f852017;p=thirdparty%2Fplymouth.git main: drop check_for_consoles call at startup It was only used to make kernel_console_tty get set, which we no longer have. --- diff --git a/src/main.c b/src/main.c index 6e774ba2..4dceb9ab 100644 --- a/src/main.c +++ b/src/main.c @@ -2265,8 +2265,6 @@ initialize_environment (state_t *state) state->messages = ply_list_new (); state->keyboard = NULL; - check_for_consoles (state); - redirect_standard_io_to_dev_null (); ply_trace ("Making sure " PLYMOUTH_RUNTIME_DIR " exists");