From c45ec053dc97d30922a6c19c8fc8aec30b294a11 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 25 Mar 2018 17:25:54 -0500 Subject: devices/storage: remove file test Signed-off-by: Burt P --- modules/devices/storage.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/devices') diff --git a/modules/devices/storage.c b/modules/devices/storage.c index 934ca238..d6192437 100644 --- a/modules/devices/storage.c +++ b/modules/devices/storage.c @@ -40,9 +40,6 @@ __scan_scsi_devices(void) /* remove old devices from global device table */ moreinfo_del_with_prefix("DEV:SCSI"); - if (!g_file_test("/proc/scsi/scsi", G_FILE_TEST_EXISTS)) - return; - scsi_storage_list = g_strdup(_("\n[SCSI Disks]\n")); int otype = 0; -- cgit v1.2.3