]> git.proxmox.com Git - qemu.git/commit - hw/scsi/lsi53c895a.c
lsi53c895a: avoid a warning from clang analyzer
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 4 Sep 2011 11:22:31 +0000 (11:22 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 10 Sep 2011 14:52:33 +0000 (14:52 +0000)
commita6c6f44ae4a8637e2c7394b46e2ba15f7b7682a0
treeaad7ce8fa0e2ffa9ed370b9a12836bd0f31bbc08
parent337fc758703b2cc2edabc1fdca5907f11fa837b0
lsi53c895a: avoid a warning from clang analyzer

Avoid this warning from clang analyzer by deleting the variable:
/src/qemu/hw/lsi53c895a.c:895:5: warning: Value stored to 'id' is never read
    id = (current_tag >> 8) & 0xf;

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/lsi53c895a.c