From 50b3632ab451bbab51b3a50f97c9461874519d07 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 1 Mar 2021 19:43:35 -0500 Subject: [PATCH] tcg: Remove TCGOpDef.used The last user of this field disappeared in f69d277ece4. --- qemu/tcg/tcg.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/qemu/tcg/tcg.h b/qemu/tcg/tcg.h index da3908e5..b2b21e98 100644 --- a/qemu/tcg/tcg.h +++ b/qemu/tcg/tcg.h @@ -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 {