mirror of https://gitee.com/openkylin/libvirt.git
Remove a redundant line in src/qemu/qemu_driver.c
Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com>
This commit is contained in:
parent
8b6f831c8e
commit
1437ea6f48
|
@ -4050,7 +4050,6 @@ qemudDomainPinEmulator(virDomainPtr dom,
|
|||
if (VIR_ALLOC(newVcpuPin) < 0) {
|
||||
virReportOOMError();
|
||||
goto cleanup;
|
||||
newVcpuPinNum = 0;
|
||||
}
|
||||
|
||||
if (virDomainVcpuPinAdd(&newVcpuPin, &newVcpuPinNum, cpumap, maplen, -1) < 0) {
|
||||
|
|
Loading…
Reference in New Issue