From: Daniel P. Berrangé Date: Wed, 19 Jun 2019 08:29:55 +0000 (+0100) Subject: conf: remove unused class_id variable X-Git-Tag: v5.5.0-rc1~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed16d81d6a8a9c68193b5a13185a7cd047fe448a;p=thirdparty%2Flibvirt.git conf: remove unused class_id variable Signed-off-by: Daniel P. Berrangé --- 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;