From cfcf95e9941db4da834b8be14e4b1b78fec16326 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 5 Aug 2009 22:53:46 -0400 Subject: [PATCH] [client] Drop unused variable --- src/client/plymouth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/plymouth.c b/src/client/plymouth.c index 76af431f..eb433810 100644 --- a/src/client/plymouth.c +++ b/src/client/plymouth.c @@ -619,7 +619,7 @@ main (int argc, { state_t state = { 0 }; bool should_help, should_quit, should_ping, should_sysinit, should_ask_for_password, should_show_splash, should_hide_splash, should_wait, should_be_verbose, report_error; - char *status, *chroot_dir, *ignore_keystroke, *message; + char *status, *chroot_dir, *ignore_keystroke; int exit_code; exit_code = 0;