summaryrefslogtreecommitdiffstats
path: root/devices/cpu_cpu.go
diff options
context:
space:
mode:
Diffstat (limited to 'devices/cpu_cpu.go')
-rw-r--r--devices/cpu_cpu.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/devices/cpu_cpu.go b/devices/cpu_cpu.go
index 46105ee..0c1f9c1 100644
--- a/devices/cpu_cpu.go
+++ b/devices/cpu_cpu.go
@@ -7,7 +7,6 @@ import (
)
// FIXME: broken % under Linux. Doesn't reflect reality *at all*.
-// FIXME: gotop CPU use high -- gopsutils again? Try rolling back.
func init() {
f := func(cpus map[string]int, l bool) map[string]error {
cpuCount, err := psCpu.Counts(l)