diff --git a/pkg/monitor/monitor.go b/pkg/monitor/monitor.go index c39160622..5c9a03b46 100644 --- a/pkg/monitor/monitor.go +++ b/pkg/monitor/monitor.go @@ -10,19 +10,6 @@ import ( "github.com/cortezaproject/corteza-server/pkg/options" ) -type Monitor struct { - //Alloc, - //TotalAlloc, - //Sys, - //Mallocs, - //Frees, - //LiveObjects, - //PauseTotalNs uint64 - // - //NumGC uint32 - //NumGoroutine int -} - var ( // Holds options for monitor opt options.MonitorOpt