mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
util: Remove unnecessary initialization
VIR_ALLOC will already initialize, so no need to do it again.
This commit is contained in:
parent
b0fc6a69d0
commit
39b933f197
@ -597,8 +597,6 @@ virSysinfoReadS390(void)
|
|||||||
goto no_memory;
|
goto no_memory;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret->nprocessor = 0;
|
|
||||||
ret->processor = NULL;
|
|
||||||
if (virSysinfoParseS390Processor(outbuf, ret) < 0)
|
if (virSysinfoParseS390Processor(outbuf, ret) < 0)
|
||||||
goto no_memory;
|
goto no_memory;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user