From: Chen Gang Date: Tue, 15 Apr 2014 23:56:20 +0000 (+0800) Subject: vl: Remove useless 'continue' X-Git-Tag: v2.1.0-rc0~160^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a629f2fdba18c8860e0995a846f7cb14b03cde24;p=thirdparty%2Fqemu.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 d6c5df192ac..0b08a029c6d 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;