[libvirt] [PATCH] conf: remove unused class_id variable

Daniel P. Berrangé berrange at redhat.com
Wed Jun 19 09:05:09 UTC 2019


Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---

Pushed as a build fix

 src/conf/virnetworkportdef.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/conf/virnetworkportdef.c b/src/conf/virnetworkportdef.c
index 5dfa3a3583..29ecf5b178 100644
--- a/src/conf/virnetworkportdef.c
+++ b/src/conf/virnetworkportdef.c
@@ -88,7 +88,6 @@ virNetworkPortDefParseXML(xmlXPathContextPtr ctxt)
     VIR_AUTOFREE(char *) plugtype = NULL;
     VIR_AUTOFREE(char *) managed = NULL;
     VIR_AUTOFREE(char *) driver = NULL;
-    VIR_AUTOFREE(char *) class_id = NULL;
 
     if (VIR_ALLOC(def) < 0)
         return NULL;
-- 
2.21.0




More information about the libvir-list mailing list