From: Chen Gang Date: Tue, 15 Apr 2014 23:56:20 +0000 (+0800) Subject: vl: Remove useless 'continue' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a629f2fdba18c8860e0995a846f7cb14b03cde24;p=qemu.git 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 Reviewed-by: Markus Armbruster Signed-off-by: Michael Tokarev --- diff --git a/vl.c b/vl.c index d6c5df192a..0b08a029c6 100644 --- a/vl.c +++ b/vl.c @@ -3042,7 +3042,6 @@ int main(int argc, char **argv, char **envp) if (argv[optind][0] != '-') { /* disk image */ optind++; - continue; } else { const QEMUOption *popt;