From: Pavel Hrdina Date: Mon, 19 Dec 2016 22:26:10 +0000 (+0100) Subject: tests/qemuxml2xmltest: remove NOP call of virQEMUCapsSetList X-Git-Tag: v3.3.0-rc1~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=060de8357a22c0c08525e80ac547fdd49c9afef1;p=thirdparty%2Flibvirt.git tests/qemuxml2xmltest: remove NOP call of virQEMUCapsSetList Commit 5572cd7f0e9e deprecated QEMU_CAPS_DEVICE capability but forgot to remove this call as well. Signed-off-by: Pavel Hrdina --- diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c index 252f1ed5f2..579328912a 100644 --- a/tests/qemuxml2xmltest.c +++ b/tests/qemuxml2xmltest.c @@ -254,9 +254,6 @@ testInfoSet(struct testInfo *info, if (!(info->qemuCaps = virQEMUCapsNew())) goto error; - virQEMUCapsSetList(info->qemuCaps, - QEMU_CAPS_LAST); - if (testQemuCapsSetGIC(info->qemuCaps, gic) < 0) goto error;