]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: remove ATTRIBUTE_UNUSED in connectGetType
authorFabian Freyer <fabian.freyer@physik.tu-berlin.de>
Fri, 13 May 2016 19:07:35 +0000 (21:07 +0200)
committerCole Robinson <crobinso@redhat.com>
Fri, 13 May 2016 19:52:11 +0000 (15:52 -0400)
commit9055faebd426b44ad2c3bb97d6b8b0dd3496ab35
tree0dc5519bae16d0bfb4ff2c5fefc6f47bb708b249
parent126e630e85311a57f87709a269bc55059cb3cf44
qemu: remove ATTRIBUTE_UNUSED in connectGetType

This is not needed here, since the conn parameter is used in the ACL
checking calls, which were introduced in abf75aea2.
src/qemu/qemu_driver.c