diff options
-rw-r--r-- | hw/i2c/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i2c/core.c b/hw/i2c/core.c index ba22104af8..013ff68593 100644 --- a/hw/i2c/core.c +++ b/hw/i2c/core.c @@ -14,7 +14,6 @@ struct I2CBus { BusState qbus; I2CSlave *current_dev; - I2CSlave *dev; uint8_t saved_address; }; |