commit | 22ed1d34789b184aaaa28c1e4620ce4467744cec | [log] [tgz] |
---|---|---|
author | Blue Swirl <[email protected]> | Sun Apr 25 19:31:06 2010 +0000 |
committer | Blue Swirl <[email protected]> | Sun Apr 25 19:31:06 2010 +0000 |
tree | 1402cbaab355bffa77a60e37c74ef54c3032b45d | |
parent | 7f5b7d3e2c19c0aa52dcac0a10d473c7fd142450 [diff] [blame] |
arm: remove dead assignments, spotted by clang analyzer Value stored is never read. Signed-off-by: Blue Swirl <[email protected]>
diff --git a/hw/omap2.c b/hw/omap2.c index a3fa89d..bd1b35e 100644 --- a/hw/omap2.c +++ b/hw/omap2.c
@@ -1968,7 +1968,7 @@ s->irq = irq; s->codec.rxdrq = *drq ++; - s->codec.txdrq = *drq ++; + s->codec.txdrq = *drq; omap_eac_reset(s); #ifdef HAS_AUDIO