qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 06/43] tcg: Remove TCGOpDef.used


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 06/43] tcg: Remove TCGOpDef.used
Date: Wed, 9 Sep 2020 19:45:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 9/9/20 2:16 AM, Richard Henderson wrote:
> The last user of this field disappeared in f69d277ece4.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  include/tcg/tcg.h | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/include/tcg/tcg.h b/include/tcg/tcg.h
> index e8629b58c8..8804a8c4a2 100644
> --- a/include/tcg/tcg.h
> +++ b/include/tcg/tcg.h
> @@ -1015,9 +1015,6 @@ typedef struct TCGOpDef {
>      uint8_t nb_oargs, nb_iargs, nb_cargs, nb_args;
>      uint8_t flags;
>      TCGArgConstraint *args_ct;
> -#if defined(CONFIG_DEBUG_TCG)
> -    int used;
> -#endif
>  } TCGOpDef;
>  
>  extern TCGOpDef tcg_op_defs[];
> 

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>




reply via email to

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