[libvirt PATCH v3 1/4] virDomainFSDefParseXML: Remove unused variables

Tim Wiederhake twiederh at redhat.com
Wed May 5 10:55:45 UTC 2021


Fixes: 8f05664ed379fdb7f830d900f4fa3584ac7cab49
Signed-off-by: Tim Wiederhake <twiederh at redhat.com>
---
 src/conf/domain_conf.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index 78dafc487d..64f525fc08 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -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;
-- 
2.26.3




More information about the libvir-list mailing list