From 9d7a01a07287664da42649e2ea6f0b34dc4abff7 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Fri, 15 Apr 2022 18:14:32 +0200 Subject: [PATCH] Remove remaining monitor types (code cleanup) --- pkg/monitor/monitor.go | 13 ------------- 1 file changed, 13 deletions(-) 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