diff options
author | Burt P <pburt0@gmail.com> | 2018-03-25 17:25:54 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-04-24 07:50:00 -0700 |
commit | c45ec053dc97d30922a6c19c8fc8aec30b294a11 (patch) | |
tree | 421c3e625c1d371b16ec77f0412f2020e423b84f /modules/devices/storage.c | |
parent | bf2447edb6237156b7523599c8837f74c9b069ef (diff) |
devices/storage: remove file test
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules/devices/storage.c')
-rw-r--r-- | modules/devices/storage.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |