From 0eefd2a00abe4539a2919f25576648aa01b589de Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 11 Jun 2020 10:23:52 +0200 Subject: [PATCH] testVirFindSCSIHostByPCI: Remove unused 'path_addr' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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