hw/misc/mips_itu: Remove MIPSITUState::cpu0 field

Since previous commit the MIPSITUState::cpu0 field is not
used anymore. Remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240209090513.9401-6-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2024-02-09 08:50:27 +01:00
parent c2bb8e1bcc
commit b8db6be27b
3 changed files with 0 additions and 8 deletions

View file

@ -73,7 +73,6 @@ struct MIPSITUState {
/* SAAR */
uint64_t *saar;
ArchCPU *cpu0;
};
/* Get ITC Configuration Tag memory region. */