diff options
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; |