From 43583e44dc3b299f0be43fe883758eec5f852017 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 27 Nov 2013 00:26:45 -0500 Subject: [PATCH] main: drop check_for_consoles call at startup It was only used to make kernel_console_tty get set, which we no longer have. --- src/main.c | 2 -- 1 file changed, 2 deletions(-) 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");