gui, lib/api: Remove CPU & RAM measurements (fixes #6249) (#6393)

This commit is contained in:
Jakob Borg
2020-03-04 20:27:48 +01:00
committed by GitHub
parent 92533dd9f0
commit c7d6a6d780
10 changed files with 6 additions and 222 deletions
-1
View File
@@ -612,7 +612,6 @@ func (p *Process) Connections() (map[string]ConnectionStats, error) {
type SystemStatus struct {
Alloc int64
CPUPercent float64
Goroutines int
MyID protocol.DeviceID
PathSeparator string