]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[client] Drop unused variable
authorRay Strode <rstrode@redhat.com>
Thu, 6 Aug 2009 02:53:46 +0000 (22:53 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 6 Aug 2009 02:53:46 +0000 (22:53 -0400)
src/client/plymouth.c

index 76af431f7507576714dd0280c90bb38898cecf46..eb4338103a256b3b646ed1d802a2f3e304d6c4b7 100644 (file)
@@ -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;