mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 11:19:17 +02:00
[client] Drop unused variable
This commit is contained in:
parent
509254ec7d
commit
cfcf95e994
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue