x86: translate.c: remove dead assignment
commitd7209371b1563407c2ba5b474f31cd32a9b0fd3f
authorAmit Shah <amit.shah@redhat.com>
Wed, 13 Jan 2010 10:54:44 +0000 (13 16:24 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 13 Jan 2010 23:14:15 +0000 (13 17:14 -0600)
tree817280b4b75d1977b59dc5bfc1868bf6976e8419
parent22c253d9d659af76279c9d96acbbf105ea120753
x86: translate.c: remove dead assignment

clang-analyzer points out a redundant assignment.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/translate.c