tcg: Remove TCGOpDef.used

The last user of this field disappeared in f69d277ece4.
This commit is contained in:
Richard Henderson 2021-03-01 19:43:35 -05:00 committed by Lioncash
parent 7813c57f9e
commit 50b3632ab4

View file

@ -657,9 +657,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;
struct tcg_temp_info {