From: Ján Tomko Date: Mon, 27 Jul 2020 23:34:24 +0000 (+0200) Subject: storage: scsi: remove unused LINUX_SYSFS_SCSI_HOST_POSTFIX X-Git-Tag: v6.7.0-rc1~629 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d50b399bf85b7410688ed6d1abd38104db189b4c;p=thirdparty%2Flibvirt.git storage: scsi: remove unused LINUX_SYSFS_SCSI_HOST_POSTFIX Unused since its introduction. Signed-off-by: Ján Tomko Fixes: 81d0ffbc3baee53467f664ea03b1349e8b6dba5a Reviewed-by: Jonathon Jongsma --- 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;