target/avr: Drop DisasContext.free_skip_var0
commitc1110449334c05cb7fc24ecca76de5620d1f596f
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 04:05:08 +0000 (24 18:05 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:07 +0000 (5 13:44 -0800)
tree1d1301f4237c9c1058fc0c4bf66c1973abe9d238
parent9cf1fe2cc055f78343710166a322ad88d57b31ad
target/avr: Drop DisasContext.free_skip_var0

Translators are no longer required to free tcg temporaries,
therefore there's no need to record for later freeing.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/avr/translate.c