virsh-domain: Remove spurious ATTRIBUTE_UNUSED from cmdDesc

The "cmd" variable is actually used so remove the attribute.
This commit is contained in:
Peter Krempa 2013-09-09 10:52:08 +02:00
parent 1b7bfa65e3
commit 626d4dfc2e

View File

@ -6670,7 +6670,7 @@ static const vshCmdOptDef opts_desc[] = {
};
static bool
cmdDesc(vshControl *ctl, const vshCmd *cmd ATTRIBUTE_UNUSED)
cmdDesc(vshControl *ctl, const vshCmd *cmd)
{
virDomainPtr dom;
bool config = vshCommandOptBool(cmd, "config");