target/arm: Drop unused AArch64DecodeTable typedefs
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Feb 2025 16:09:18 +0000 (16:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Feb 2025 16:09:18 +0000 (16:09 +0000)
commit7623676948d35cdbb31fd976f96277e3f1673e52
treeac5fbdc6518581f7605d9c3447a3d5ba190b2987
parent86f847a39aef93bcfbea65a702ba76762ae54d61
target/arm: Drop unused AArch64DecodeTable typedefs

We removed the old table-based decoder in favour of decodetree, but
we left a couple of typedefs that are now unused; delete them.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250128135046.4108775-1-peter.maydell@linaro.org
target/arm/tcg/translate-a64.c