]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: remove deadcode in qemuDomain{HelperGetVcpus|GetIOThreadsLive}
authorLuyao Huang <lhuang@redhat.com>
Fri, 3 Jul 2015 01:57:53 +0000 (09:57 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 8 Jul 2015 08:23:37 +0000 (10:23 +0200)
commit3b2b4114da4341feaf477cec7bc20556810e11e7
tree1f9eb333b41f77df57696346af3bf3d5fdb55858
parentbeddef3967164d4feb98a6d522377803663821d4
qemu: remove deadcode in qemuDomain{HelperGetVcpus|GetIOThreadsLive}

We set @hostcpus variable but not use it.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
src/qemu/qemu_driver.c