qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V14 6/6] remove QEMUOptionParameter related func


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH V14 6/6] remove QEMUOptionParameter related functions and struct
Date: Wed, 08 May 2013 11:59:34 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5

[assuming you mis-typed your cc:, and that you meant kwolf instead of
kwol at redhat]

On 05/08/2013 02:45 AM, Dong Xu Wang wrote:
> Signed-off-by: Dong Xu Wang <address@hidden>
> ---
>  include/qemu/option.h |  32 ------
>  util/qemu-option.c    | 285 -----    
> ---------------------------------------------
>  2 files changed, 317 deletions(-)
> 
> diff --git a/include/qemu/option.h b/include/qemu/option.h
> index d63e447..51814cf 100644
> --- a/include/qemu/option.h
> +++ b/include/qemu/option.h
> @@ -38,17 +38,6 @@ enum QEMUOptionParType {
>      OPT_STRING,
>  };
>  
> -typedef struct QEMUOptionParameter {
> -    const char *name;
> -    enum QEMUOptionParType type;

'enum QEMUOptionParType' several lines earlier is now unused; you should
clean that too.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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