diff options
author | Marcin Krzeminski <marcin.krzeminski@nokia.com> | 2016-03-30 17:27:22 +0100 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 20:01:34 -0600 |
commit | 833b27647436893fb0c6751e8715a4dc2e4e30ca (patch) | |
tree | a9428c9e4e1e42eb1203ad61810f8e3af3e3431a /hw | |
parent | 0fdda9d3c2513dfd941cb08044e1da7d29bf597b (diff) | |
download | hqemu-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.c | 2 |
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; |