mirror of https://github.com/xemu-project/xemu.git
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 nb_oargs, nb_iargs, nb_cargs, nb_args;
|
||||||
uint8_t flags;
|
uint8_t flags;
|
||||||
TCGArgConstraint *args_ct;
|
TCGArgConstraint *args_ct;
|
||||||
#if defined(CONFIG_DEBUG_TCG)
|
|
||||||
int used;
|
|
||||||
#endif
|
|
||||||
} TCGOpDef;
|
} TCGOpDef;
|
||||||
|
|
||||||
extern TCGOpDef tcg_op_defs[];
|
extern TCGOpDef tcg_op_defs[];
|
||||||
|
|
Loading…
Reference in New Issue