From: Tang Chen Date: Fri, 21 Sep 2012 03:50:08 +0000 (+0800) Subject: Remove a redundant line in src/qemu/qemu_driver.c X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1437ea6f483c63b09a417380ee9d5383b5696ca8;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git Remove a redundant line in src/qemu/qemu_driver.c Signed-off-by: Tang Chen --- diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 9bee63dfd..500ba75cb 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) {