mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 19:33:39 +08:00
tcg: Remove TCGOpDef.used
The last user of this field disappeared in f69d277ece
.
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
bc2b17e6ea
commit
70cad3c400
@ -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[];
|
||||
|
Loading…
Reference in New Issue
Block a user