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:
Marcin Krzeminski 2016-03-30 17:27:22 +01:00 committed by Peter Maydell
parent 94f02c5ea9
commit e8710c2293

View file

@ -246,8 +246,6 @@ typedef enum {
typedef struct Flash {
SSISlave parent_obj;
uint32_t r;
BlockBackend *blk;
uint8_t *storage;