From 3f25fb2a35b1f50e401212a5928c4184d2cf91ea Mon Sep 17 00:00:00 2001 From: derailed Date: Sat, 8 Jun 2019 10:30:20 -0600 Subject: [PATCH] cleaning up --- internal/views/resource.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/views/resource.go b/internal/views/resource.go index 75c1ab6f..cabf2765 100644 --- a/internal/views/resource.go +++ b/internal/views/resource.go @@ -6,7 +6,6 @@ import ( "path" "strconv" "strings" - "sync" "time" "github.com/derailed/k9s/internal/config" @@ -41,7 +40,6 @@ type resourceView struct { decorateFn decorateFn colorerFn colorerFn actions keyActions - mx sync.Mutex nsListAccess bool path *string cancelFn context.CancelFunc