From: Peter Krempa Date: Thu, 11 Jun 2020 08:23:52 +0000 (+0200) Subject: testVirFindSCSIHostByPCI: Remove unused 'path_addr' X-Git-Tag: v6.5.0-rc1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eefd2a00abe4539a2919f25576648aa01b589de;p=thirdparty%2Flibvirt.git testVirFindSCSIHostByPCI: Remove unused 'path_addr' The path is formatted but then just freed without any use since introduction of the test function. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko