[libvirt PATCH 3/9] storage: scsi: remove unused LINUX_SYSFS_SCSI_HOST_POSTFIX

Ján Tomko jtomko at redhat.com
Tue Jul 28 11:54:22 UTC 2020


Unused since its introduction.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
Fixes: 81d0ffbc3baee53467f664ea03b1349e8b6dba5a
---
 src/storage/storage_backend_scsi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/storage/storage_backend_scsi.c b/src/storage/storage_backend_scsi.c
index 37ae4325ca..e528d7622c 100644
--- a/src/storage/storage_backend_scsi.c
+++ b/src/storage/storage_backend_scsi.c
@@ -41,7 +41,6 @@
 VIR_LOG_INIT("storage.storage_backend_scsi");
 
 #define LINUX_SYSFS_SCSI_HOST_PREFIX "/sys/class/scsi_host"
-#define LINUX_SYSFS_SCSI_HOST_POSTFIX "device"
 #define LINUX_SYSFS_SCSI_HOST_SCAN_STRING "- - -"
 
 typedef struct _virStoragePoolFCRefreshInfo virStoragePoolFCRefreshInfo;
-- 
2.26.2




More information about the libvir-list mailing list