]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove dead code
authorJohn Ferlan <jferlan@redhat.com>
Fri, 20 May 2016 11:41:09 +0000 (07:41 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 25 May 2016 10:02:42 +0000 (06:02 -0400)
commitf30672d5ee509fac136905c141d28e5f4325ae5b
tree609ba3f5ff9145c6e3b98778c54a8dd0e21fe2d4
parent54f325e92544dc8f9fe06cefcfda9ab57f8f6884
qemu: Remove dead code

Since commit id '20a0fa8e' removed the QEMU_CAPS_DEVICE, Coverity notes
that it's no longer possible to have 'addrs' be NULL when checking for
a live domain since qemuDomainPCIAddressSetCreate would have jumped to
cleanup if addrs was NULL.
src/qemu/qemu_domain_address.c