From 86b309aeef203c784ac2ee315fbdb4a5cebc99c0 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Mon, 22 May 2017 22:16:37 +0700 Subject: [PATCH] CPU [IRIX]: Removed note Well, nevermind. Turns out I read the code the wrong way... --- neofetch | 5 ----- 1 file changed, 5 deletions(-) diff --git a/neofetch b/neofetch index 7f6c404a..49212352 100755 --- a/neofetch +++ b/neofetch @@ -988,11 +988,6 @@ get_cpu() { # Get CPU speed. cpu="$(hinv -c processor | awk '/MHZ/ {printf $2}')" - # Note: This is an inaccurate way to count CPU speed. - # Most of them use MHZ, I'm yet to see if they have - # anything above 1 GHZ. So this will have to do as a - # place holder. - # Get CPU cores. cores="$(sysconf NPROC_ONLN)" ;;