comment cleanups

This commit is contained in:
inxi-svn 2014-09-17 04:22:09 +00:00
parent 50abd139f1
commit 315ef9ac6f

4
inxi
View file

@ -3970,9 +3970,7 @@ get_cpu_data()
if (cpuMax != "") {
max=cpuMax/1000
}
# this is / was used in inxi short output only, but when it is N/A, need to use the previous array
# value, from above, the actual speed that is, for short output, key 0.
# create last array index, to be used for min/max output
sub(/\.[0-9]+$/,"",max)
sub(/\.[0-9]+$/,"",speed)
sub(/\.[0-9]+$/,"",min)