nixos/switch-to-configuration: Remove unused variable
This commit is contained in:
parent
091567a336
commit
ec619ca369
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ unlink($startListFile);
|
|||
|
||||
|
||||
# Print failed and new units.
|
||||
my (@failed, @new, @restarting);
|
||||
my (@failed, @new);
|
||||
my $activeNew = getActiveUnits;
|
||||
while (my ($unit, $state) = each %{$activeNew}) {
|
||||
if ($state->{state} eq "failed") {
|
||||
|
|
Loading…
Reference in a new issue