diff --git a/inxi b/inxi index 571f11f..93ea236 100755 --- a/inxi +++ b/inxi @@ -551,11 +551,6 @@ sub set_os { $bsd_type = $os; } } - elsif (!$b_android && !$bsd_type && $system_files{'proc-version'} && - -r $system_files{'proc-version'} && - reader($system_files{'proc-version'},'',0) =~ /\b[rf]ed[ho][ar][at]\S{0,6}\.[co]/){ - $show{'rf'} = 1; - } } # Sometimes users will have more PATHs local to their setup, so we want those