commit | 6115c0a82dfdb4192ea42b48aebced2a7f96efd4 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sun Sep 04 11:03:52 2011 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Sep 10 14:50:00 2011 +0000 |
tree | df2e4a8cf12c987961d3275015a88a569c6948c6 | |
parent | 18f88f1195e32afd86eab2bda083f4624180e3f4 [diff] |
kvm: remove unnecessary assignments Avoid these warnings from clang analyzer: /src/qemu/target-i386/kvm.c:772:5: warning: Value stored to 'cwd' is never read cwd = swd = twd = 0; /src/qemu/target-i386/kvm.c:772:11: warning: Although the value stored to 'swd' is used in the enclosing expression, the value is never actually read from 'swd' cwd = swd = twd = 0; Signed-off-by: Blue Swirl <blauwirbel@gmail.com>