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)
commitcb8d95c9024b515e0a6ca74ee455848474374589
tree77c15e7f9e4758d48856ea9abbb556a32bbef036
parente885de1721bb26c42512b470728d4ccddc9169e0
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