mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-24 10:32:02 -06:00
block: m25p80: Removed unused variable
Signed-off-by: Marcin Krzeminski <marcin.krzeminski@nokia.com> Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Message-id: 1458719789-29868-2-git-send-email-marcin.krzeminski@nokia.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
94f02c5ea9
commit
e8710c2293
1 changed files with 0 additions and 2 deletions
|
@ -246,8 +246,6 @@ typedef enum {
|
||||||
typedef struct Flash {
|
typedef struct Flash {
|
||||||
SSISlave parent_obj;
|
SSISlave parent_obj;
|
||||||
|
|
||||||
uint32_t r;
|
|
||||||
|
|
||||||
BlockBackend *blk;
|
BlockBackend *blk;
|
||||||
|
|
||||||
uint8_t *storage;
|
uint8_t *storage;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue