From f69c84ef81978e679cc99a4dd73457ba40a2a640 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Sat, 31 Oct 2020 12:34:02 +0300 Subject: [PATCH] Remove no longer used variable --- webmin/webmin-lib.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/webmin/webmin-lib.pl b/webmin/webmin-lib.pl index 85c61c0d7..29bdc21b0 100755 --- a/webmin/webmin-lib.pl +++ b/webmin/webmin-lib.pl @@ -1080,7 +1080,6 @@ if ($cache) { # 1 day, or if we have rebooted recently my %cache; my $uptime = &get_system_uptime(); - my $lastreboot = $uptime ? time()-$uptime : undef; if (&read_file($detect_operating_system_cache, \%cache) && $cache{'os_type'} && $cache{'os_version'} && $cache{'real_os_type'} && $cache{'real_os_version'}) {