Sparc64: remove useless variable
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 4 Sep 2011 11:32:23 +0000 (11:32 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 10 Sep 2011 14:56:01 +0000 (14:56 +0000)
commitde18f87eb15801b8e2aef4e5e6cde7299dc7f12b
tree77c15e7f9e4758d48856ea9abbb556a32bbef036
parenta6c6f44ae4a8637e2c7394b46e2ba15f7b7682a0
Sparc64: remove useless variable

Remove a useless variable, spotted by clang analyzer:
/src/qemu/target-sparc/op_helper.c:3904:18: warning: unused variable 'tmp' [-Wunused-variable]
    target_ulong tmp = val;
The error message is actually incorrect since the variable is used.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/op_helper.c