From 1437ea6f483c63b09a417380ee9d5383b5696ca8 Mon Sep 17 00:00:00 2001 From: Tang Chen Date: Fri, 21 Sep 2012 11:50:08 +0800 Subject: [PATCH] Remove a redundant line in src/qemu/qemu_driver.c Signed-off-by: Tang Chen --- src/qemu/qemu_driver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 9bee63dfd4..500ba75cba 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -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) { -- GitLab