From de3468e120d489d046c08dad72ba2262e222ccb1 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 16 Dec 2017 09:38:55 -0500 Subject: CleanUp problems found my make lint. Remove or comment out unused functions. Signed-off-by: Daniel J Walsh Closes: #145 Approved by: umohnani8 --- cmd/kpod/top.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/kpod/top.go') diff --git a/cmd/kpod/top.go b/cmd/kpod/top.go index 9c2fcd34e..0c1eabbdb 100644 --- a/cmd/kpod/top.go +++ b/cmd/kpod/top.go @@ -164,8 +164,8 @@ func psDataToPSParams(data []string, headers []string) ([]PSParams, error) { //PSParams is a list of options that the command line ps recognizes type PSParams struct { - CPU string `json: "%CPU"` - MEM string `json: "%MEM"` + CPU string + MEM string COMMAND string BLOCKED string START string -- cgit v1.2.3-54-g00ecf