]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
conf: Remove unnecessary declaration in virDomainCheckpointDefParse
authorJohn Ferlan <jferlan@redhat.com>
Sun, 28 Jul 2019 13:20:24 +0000 (09:20 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Sun, 28 Jul 2019 13:20:24 +0000 (09:20 -0400)
The @creation variable wasn't used - caused a Travis build failure.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/checkpoint_conf.c

index 30c6d2e7171898b33192f331672c9900cd9cdd2c..5f4c275dd86aba57e536f2fe866864d55e236a83 100644 (file)
@@ -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()))