target-i386: kvm_cpu_fill_host(): Kill unused code
commit81e207707e7b6204f64451779d752f23777ed451
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 20 Jan 2014 16:41:08 +0000 (20 14:41 -0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 3 Feb 2014 16:33:54 +0000 (3 17:33 +0100)
treed0d11c031b473daf8bc2fbb9a65ffaa4836a0a84
parent0169c511554cb0014a00290b0d3d26c31a49818f
target-i386: kvm_cpu_fill_host(): Kill unused code

Those host_cpuid() calls are useless. They are leftovers from when the
old code using host_cpuid() was removed.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/cpu.c