mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
conf: Remove unnecessary declaration in virDomainCheckpointDefParse
The @creation variable wasn't used - caused a Travis build failure. Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
72299db636
commit
bcf3e3a284
@ -133,7 +133,6 @@ virDomainCheckpointDefParse(xmlXPathContextPtr ctxt,
|
||||
int n;
|
||||
char *tmp;
|
||||
VIR_AUTOFREE(xmlNodePtr *) nodes = NULL;
|
||||
VIR_AUTOFREE(char *)creation = NULL;
|
||||
VIR_AUTOUNREF(virDomainCheckpointDefPtr) def = NULL;
|
||||
|
||||
if (!(def = virDomainCheckpointDefNew()))
|
||||
|
Loading…
x
Reference in New Issue
Block a user