From b25f645957e20bbee0a6de528dba7c95cda2c868 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 13 Nov 2019 17:05:44 +0100 Subject: [PATCH] remove some useless empty lines Signed-off-by: Thomas Lamprecht --- PVE/Service/pvestatd.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/PVE/Service/pvestatd.pm b/PVE/Service/pvestatd.pm index 1392008b..eee3d261 100755 --- a/PVE/Service/pvestatd.pm +++ b/PVE/Service/pvestatd.pm @@ -374,7 +374,6 @@ sub update_lxc_status { my ($status_cfg) = @_; my $ctime = time(); - my $vmstatus = PVE::LXC::vmstatus(); foreach my $vmid (keys %$vmstatus) { @@ -409,9 +408,7 @@ sub update_storage_status { my ($status_cfg) = @_; my $cfg = PVE::Storage::config(); - my $ctime = time(); - my $info = PVE::Storage::storage_info($cfg); foreach my $storeid (keys %$info) {