]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh-domain: Remove spurious ATTRIBUTE_UNUSED from cmdDesc
authorPeter Krempa <pkrempa@redhat.com>
Mon, 9 Sep 2013 08:52:08 +0000 (10:52 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 17 Sep 2013 07:42:49 +0000 (09:42 +0200)
commit626d4dfc2e7df60e8be0cb224f441bb56d9e3157
tree5eb9cf778fc375560bb098dd2b1cd7e9142887eb
parent1b7bfa65e36996fc3a204452d2a844ab9f4b52b3
virsh-domain: Remove spurious ATTRIBUTE_UNUSED from cmdDesc

The "cmd" variable is actually used so remove the attribute.
tools/virsh-domain.c