mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00: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;
|
||||
}
|
||||
|
||||
ret->nprocessor = 0;
|
||||
ret->processor = NULL;
|
||||
if (virSysinfoParseS390Processor(outbuf, ret) < 0)
|
||||
goto no_memory;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user