mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
conf: remove unused class_id variable
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
473d2eba04
commit
ed16d81d6a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user