mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
arm: remove dead assignments, spotted by clang analyzer
Value stored is never read. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
7f5b7d3e2c
commit
22ed1d3478
14 changed files with 31 additions and 39 deletions
|
|
@ -1968,7 +1968,7 @@ struct omap_eac_s *omap_eac_init(struct omap_target_agent_s *ta,
|
|||
|
||||
s->irq = irq;
|
||||
s->codec.rxdrq = *drq ++;
|
||||
s->codec.txdrq = *drq ++;
|
||||
s->codec.txdrq = *drq;
|
||||
omap_eac_reset(s);
|
||||
|
||||
#ifdef HAS_AUDIO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue