mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 23:07:44 +00:00
virDomainFSDefParseXML: Remove unused variables
Fixes: 8f05664ed3
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
d35003aee7
commit
4a4c2a4f24
@ -9682,12 +9682,10 @@ virDomainFSDefParseXML(virDomainXMLOption *xmlopt,
|
||||
xmlNodePtr driver_node = NULL;
|
||||
xmlNodePtr source_node = NULL;
|
||||
g_autofree char *type = NULL;
|
||||
g_autofree char *fsdriver = NULL;
|
||||
g_autofree char *source = NULL;
|
||||
g_autofree char *target = NULL;
|
||||
g_autofree char *format = NULL;
|
||||
g_autofree char *accessmode = NULL;
|
||||
g_autofree char *wrpolicy = NULL;
|
||||
g_autofree char *usage = NULL;
|
||||
g_autofree char *units = NULL;
|
||||
g_autofree char *model = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user