Skip to content

Commit 664e8e2

Browse files
committed
Removed duplicate code block
1 parent 9cf7453 commit 664e8e2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

modules/host_storage_info.pm

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ sub host_storage_info
9595
$true_sub_sel = 0;
9696
}
9797

98-
if (!defined($subselect))
99-
{
100-
# This means no given subselect. So all checks must be performemed
101-
# Therefore with all set no threshold check can be performed
102-
$subselect = "all";
103-
$true_sub_sel = 0;
104-
}
105-
10698
$storage = Vim::get_view(mo_ref => $host_view->configManager->storageSystem, properties => ['storageDeviceInfo']);
10799

108100
if (($subselect eq "adapter") || ($subselect eq "all"))

0 commit comments

Comments
 (0)