diff --git a/src/test/test_driver.c b/src/test/test_driver.c index 47ca25c8cb..67f8e75296 100644 --- a/src/test/test_driver.c +++ b/src/test/test_driver.c @@ -10125,7 +10125,6 @@ testDomainAttachDeviceLiveAndConfig(virDomainObj *vm, const char *xml, unsigned int flags) { - g_autoptr(virDomainDeviceDef) devConf = NULL; g_autoptr(virDomainDeviceDef) devLive = NULL; unsigned int parse_flags = VIR_DOMAIN_DEF_PARSE_INACTIVE | VIR_DOMAIN_DEF_PARSE_ABI_UPDATE;