mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
tests: qemuhotplug: Remove unused test macro DO_TEST_DETACH_EVENT
This variant is unused as we create the object including capabilities with DO_TEST_ATTACH_EVENT, which is then reused. Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
ea34af1f35
commit
e29ae70ba7
@ -647,9 +647,6 @@ mymain(void)
|
||||
#define DO_TEST_ATTACH_EVENT(file, dev, fial, kep, ...) \
|
||||
DO_TEST(file, ATTACH, dev, true, fial, kep, __VA_ARGS__)
|
||||
|
||||
#define DO_TEST_DETACH_EVENT(file, dev, fial, kep, ...) \
|
||||
DO_TEST(file, DETACH, dev, true, fial, kep, __VA_ARGS__)
|
||||
|
||||
#define DO_TEST_UPDATE(file, dev, fial, kep, ...) \
|
||||
DO_TEST(file, UPDATE, dev, false, fial, kep, __VA_ARGS__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user