]> git.ipfire.org Git - thirdparty/libvirt.git/commit
test_driver: Remove unused variable in testDomainAttachDeviceLiveAndConfig()
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 4 Dec 2023 08:50:17 +0000 (09:50 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 4 Dec 2023 08:50:17 +0000 (09:50 +0100)
commitcca4b0463d4f6055048433fbae566de9a19b5240
treebd4b93d10e909b6d8dee26f2ea3e2a26f32a510f
parentcd65b895dd021a3e53b767b7bc4da65fc3f89255
test_driver: Remove unused variable in testDomainAttachDeviceLiveAndConfig()

The hotplug functionality added earlier really supports only live
addition of devices, no coldplug yet rendering @devConf in
testDomainAttachDeviceLiveAndConfig() an unused variable. Remove
it.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/test/test_driver.c