]> Git Repo - qemu.git/commitdiff
block: m25p80: Removed unused variable
authorMarcin Krzeminski <[email protected]>
Wed, 30 Mar 2016 16:27:22 +0000 (17:27 +0100)
committerPeter Maydell <[email protected]>
Wed, 30 Mar 2016 16:27:22 +0000 (17:27 +0100)
Signed-off-by: Marcin Krzeminski <[email protected]>
Reviewed-by: Peter Crosthwaite <[email protected]>
Message-id: 1458719789[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/block/m25p80.c

index de24f427dc0f9818c9541cf452c6a56df0a4a239..2222124ff7a88c2742a0e98191b3131771e2b6a6 100644 (file)
@@ -246,8 +246,6 @@ typedef enum {
 typedef struct Flash {
     SSISlave parent_obj;
 
-    uint32_t r;
-
     BlockBackend *blk;
 
     uint8_t *storage;
This page took 0.026074 seconds and 4 git commands to generate.