mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
cpu_arm: Drop unused variable
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
3066c18010
commit
e686fe110f
@ -325,7 +325,6 @@ virCPUarmModelParse(xmlXPathContextPtr ctxt,
|
|||||||
{
|
{
|
||||||
virCPUarmMapPtr map = data;
|
virCPUarmMapPtr map = data;
|
||||||
g_autoptr(virCPUarmModel) model = NULL;
|
g_autoptr(virCPUarmModel) model = NULL;
|
||||||
g_autofree xmlNodePtr *nodes = NULL;
|
|
||||||
g_autofree char *vendor = NULL;
|
g_autofree char *vendor = NULL;
|
||||||
|
|
||||||
model = g_new0(virCPUarmModel, 1);
|
model = g_new0(virCPUarmModel, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user