]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu, lxc: drop redundant checks
authorEric Blake <eblake@redhat.com>
Tue, 29 Nov 2011 17:40:19 +0000 (10:40 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 29 Nov 2011 17:54:29 +0000 (10:54 -0700)
commit51727c1dc0b57165cb5c959e23dfc3cf9c4dbc6f
treed0fc289a412545a37391ed83d17b9324143a918c
parent4199f3de2ef9715750f4d76a539bc37ca71edd2c
qemu, lxc: drop redundant checks

After the previous patch, there are now some redundant checks.

* src/qemu/qemu_driver.c (qemudDomainGetVcpuPinInfo)
(qemuGetSchedulerParametersFlags): Drop checks now guaranteed by
libvirt.c.
* src/lxc/lxc_driver.c (lxcGetSchedulerParametersFlags):
Likewise.
src/lxc/lxc_driver.c
src/qemu/qemu_driver.c