]> Git Repo - qemu.git/commit - hw/audio/ac97.c
ac97: Remove unused local variables
authorStefan Weil <[email protected]>
Sun, 8 May 2011 06:58:11 +0000 (08:58 +0200)
committerStefan Hajnoczi <[email protected]>
Sun, 8 May 2011 09:59:05 +0000 (10:59 +0100)
commit7ba4cbbf2e207a5383c30a27f5df9a9806a466d9
tree12a80e1a6d3a29880a6bd64c2b0fdebcd70f34f7
parent0d50d616fe42fdcbb95ee8000a9a6603cb8c2e34
ac97: Remove unused local variables

cppcheck report:
hw/ac97.c:1004: style:
 Variable 'written' is assigned a value that is never used
hw/ac97.c:1072: style:
 Variable 'written' is assigned a value that is never used

Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
hw/ac97.c
This page took 0.024457 seconds and 4 git commands to generate.