Skip to content

Commit

Permalink
Fix The variable 'TapeServerName' is assigned but never used
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux committed Oct 19, 2024
1 parent e9b82f1 commit f503bd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/Private/Get-DiagBackupToTape.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function Get-DiagBackupToTape {
if ($BackupTapeServers) {
$TapeArray = @()
foreach ($TSOBJ in ($BackupTapeServers | Sort-Object -Property Name)) {
$TapeServerName = Remove-SpecialChar -String $TSOBJ.Name -SpecialChars '\.-'
$TapeNodesArray = @()

$TapeServerNode = $TSOBJ.Label
Expand Down

0 comments on commit f503bd4

Please sign in to comment.