On 10/10/24 05:36, Paolo Bonzini wrote:
It is used in a couple of places only, both within the same target. Those can use the cflags just as well, so remove the separate field.Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- include/exec/translator.h | 2 -- accel/tcg/translator.c | 1 - target/mips/tcg/translate.c | 5 +++-- 3 files changed, 3 insertions(+), 5 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>