qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH trivial 1/3] vl: remove useless 'continue'


From: Chen Gang
Subject: Re: [Qemu-devel] [PATCH trivial 1/3] vl: remove useless 'continue'
Date: Tue, 15 Apr 2014 19:05:21 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0


On 04/15/2014 04:50 PM, Markus Armbruster wrote:
> Chen Gang <address@hidden> writes:
> 
>> Normal "if (...) {...} else {...}" is enough in "while(...) {...}", not
>> need additional useless 'continue'.
>>
>> Signed-off-by: Chen Gang <address@hidden>
>> ---
>>  vl.c |    1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/vl.c b/vl.c
>> index 9975e5a..7505002 100644
>> --- a/vl.c
>> +++ b/vl.c
>> @@ -3034,7 +3034,6 @@ int main(int argc, char **argv, char **envp)
>>          if (argv[optind][0] != '-') {
>>              /* disk image */
>>              optind++;
>> -            continue;
>>          } else {
>>              const QEMUOption *popt;
> 
> Reviewed-by: Markus Armbruster <address@hidden>
> 

OK, thanks.

-- 
Chen Gang

Open, share, and attitude like air, water, and life which God blessed



reply via email to

[Prev in Thread] Current Thread [Next in Thread]