summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorMarcin Krzeminski <marcin.krzeminski@nokia.com>2016-03-30 17:27:22 +0100
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 20:01:34 -0600
commit833b27647436893fb0c6751e8715a4dc2e4e30ca (patch)
treea9428c9e4e1e42eb1203ad61810f8e3af3e3431a /hw
parent0fdda9d3c2513dfd941cb08044e1da7d29bf597b (diff)
downloadhqemu-833b27647436893fb0c6751e8715a4dc2e4e30ca.zip
hqemu-833b27647436893fb0c6751e8715a4dc2e4e30ca.tar.gz
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>
Diffstat (limited to 'hw')
-rw-r--r--hw/block/m25p80.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c
index de24f42..2222124 100644
--- a/hw/block/m25p80.c
+++ b/hw/block/m25p80.c
@@ -246,8 +246,6 @@ typedef enum {
typedef struct Flash {
SSISlave parent_obj;
- uint32_t r;
-
BlockBackend *blk;
uint8_t *storage;
OpenPOWER on IntegriCloud