mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hw/char/pl011: Remove unused 'readbuff' field
Since its introduction in commit cdbdb648b7
("ARM Versatile
Platform Baseboard emulation.") PL011State::readbuff as never
been used. Remove it.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20240719181041.49545-3-philmd@linaro.org>
This commit is contained in:
parent
d83234d347
commit
41df6c8300
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,6 @@ struct PL011State {
|
|||
SysBusDevice parent_obj;
|
||||
|
||||
MemoryRegion iomem;
|
||||
uint32_t readbuff;
|
||||
uint32_t flags;
|
||||
uint32_t lcr;
|
||||
uint32_t rsr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue