mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
vl: Remove useless 'continue'
"This if else has no code between it and the end of the enclosing while loop. This makes this continue redundant." Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
5d77c8f9b6
commit
a629f2fdba
1 changed files with 0 additions and 1 deletions
1
vl.c
1
vl.c
|
@ -3042,7 +3042,6 @@ int main(int argc, char **argv, char **envp)
|
||||||
if (argv[optind][0] != '-') {
|
if (argv[optind][0] != '-') {
|
||||||
/* disk image */
|
/* disk image */
|
||||||
optind++;
|
optind++;
|
||||||
continue;
|
|
||||||
} else {
|
} else {
|
||||||
const QEMUOption *popt;
|
const QEMUOption *popt;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue