diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-01-26 12:12:21 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-02-10 09:27:20 +0300 |
commit | a7fa2e9783ee957635d23ddab151a8be97df5b2a (patch) | |
tree | 09072a4ff4de6806bb9a70397872fa41cc135317 /scripts | |
parent | dbfe1b6aef1751bced58cbd4a7a3868721ace2ba (diff) | |
download | qemu-a7fa2e9783ee957635d23ddab151a8be97df5b2a.zip qemu-a7fa2e9783ee957635d23ddab151a8be97df5b2a.tar.gz qemu-a7fa2e9783ee957635d23ddab151a8be97df5b2a.tar.bz2 |
cpu-exec: drop dead assignment
All uses of TB inside cpu_exec are dominated by "tb = tb_find_fast(env)",
and there are no uses after the switch statement. So the assignment
is dead, as reported by Coverity.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions