From 2a104b43c9101dd6f0ad1bc8ab9d0e1935adb7c3 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Sat, 31 Oct 2020 13:24:56 +0300 Subject: [PATCH] Remove no longer used variable (another one) --- webmin/webmin-lib.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/webmin/webmin-lib.pl b/webmin/webmin-lib.pl index 29bdc21b0..2fd4633af 100755 --- a/webmin/webmin-lib.pl +++ b/webmin/webmin-lib.pl @@ -1079,7 +1079,6 @@ if ($cache) { # Check the cache file, and only re-check the OS if older than # 1 day, or if we have rebooted recently my %cache; - my $uptime = &get_system_uptime(); if (&read_file($detect_operating_system_cache, \%cache) && $cache{'os_type'} && $cache{'os_version'} && $cache{'real_os_type'} && $cache{'real_os_version'}) {