mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
hw/misc/mips_itu: Remove MIPSITUState::saar field
This field is not set. Remove it along with the dead code it was guarding. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240209090513.9401-7-philmd@linaro.org>
This commit is contained in:
parent
b8db6be27b
commit
48e06b6471
2 changed files with 3 additions and 22 deletions
|
@ -70,9 +70,6 @@ struct MIPSITUState {
|
|||
|
||||
/* ITU Control Register */
|
||||
uint64_t icr0;
|
||||
|
||||
/* SAAR */
|
||||
uint64_t *saar;
|
||||
};
|
||||
|
||||
/* Get ITC Configuration Tag memory region. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue