qemu: remove leftover virResetLastError

As of commit 5d29ca0:
qemu: switch PCI address set from hash table to an array

There is no error to be reset.
This commit is contained in:
Ján Tomko 2014-09-10 14:17:10 +02:00
parent 78948e1c80
commit 6c555027dd

View File

@ -1770,7 +1770,6 @@ qemuValidateDevicePCISlotsPIIX3(virDomainDefPtr def,
VIR_DEBUG("PCI address 0:0:2.0 in use, future addition of a video"
" device will not be possible without manual"
" intervention");
virResetLastError();
} else if (virDomainPCIAddressReserveSlot(addrs, &tmp_addr, flags) < 0) {
goto cleanup;
}