]> git.proxmox.com Git - mirror_qemu.git/commit
cpu-exec: drop dead assignment
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Jan 2015 11:12:21 +0000 (12:12 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 10 Feb 2015 06:27:20 +0000 (09:27 +0300)
commita7fa2e9783ee957635d23ddab151a8be97df5b2a
tree09072a4ff4de6806bb9a70397872fa41cc135317
parentdbfe1b6aef1751bced58cbd4a7a3868721ace2ba
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>
cpu-exec.c