lib/protoparser/clusternative: remove unused field - unmarshalWork.lastResetTime

This is a follow-up for b84aea1e6e
This commit is contained in:
Aliaksandr Valialkin 2021-07-02 13:32:56 +03:00
parent 72de54f93e
commit 61e483a01c

View File

@ -113,11 +113,10 @@ var (
) )
type unmarshalWork struct { type unmarshalWork struct {
wg *sync.WaitGroup wg *sync.WaitGroup
callback func(rows []storage.MetricRow) callback func(rows []storage.MetricRow)
reqBuf []byte reqBuf []byte
mrs []storage.MetricRow mrs []storage.MetricRow
lastResetTime uint64
} }
// Unmarshal implements common.UnmarshalWork // Unmarshal implements common.UnmarshalWork