Remove no longer used variable (another one)

This commit is contained in:
Ilia Rostovtsev
2020-10-31 13:24:56 +03:00
parent f69c84ef81
commit 2a104b43c9

View File

@@ -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'}) {