]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
audit: simplify declaration
authorEric Blake <eblake@redhat.com>
Wed, 20 Oct 2010 18:21:52 +0000 (12:21 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 20 Oct 2010 18:21:52 +0000 (12:21 -0600)
commitf1eb9ed95416d49fd47f5f7f4ea9654e4e4ab420
treef6fe27910524c3a37adfadc34f566bc8c189c378
parenta1109a7c7cd57d8b3ef4b5a34573fb8ef1b5bb59
audit: simplify declaration

* src/util/virtaudit.c (virAuditSend): one less ifdef, since gcc
does not care if an ATTRIBUTE_UNUSED var gets used in some paths.
src/util/virtaudit.c