[libvirt PATCH] cpu_arm: Drop unused variable

Jiri Denemark posted 1 patch 3 years, 11 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/e686fe110f387252cb7d51edb293c75c59923e14.1589546864.git.jdenemar@redhat.com
src/cpu/cpu_arm.c | 1 -
1 file changed, 1 deletion(-)
[libvirt PATCH] cpu_arm: Drop unused variable
Posted by Jiri Denemark 3 years, 11 months ago
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---

Pushed. It is trivial and should fix the build on FreeBSD.

 src/cpu/cpu_arm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/cpu/cpu_arm.c b/src/cpu/cpu_arm.c
index 66f6942ab9..6f6c6a1479 100644
--- a/src/cpu/cpu_arm.c
+++ b/src/cpu/cpu_arm.c
@@ -325,7 +325,6 @@ virCPUarmModelParse(xmlXPathContextPtr ctxt,
 {
     virCPUarmMapPtr map = data;
     g_autoptr(virCPUarmModel) model = NULL;
-    g_autofree xmlNodePtr *nodes = NULL;
     g_autofree char *vendor = NULL;
 
     model = g_new0(virCPUarmModel, 1);
-- 
2.26.2