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 {
wg *sync.WaitGroup
callback func(rows []storage.MetricRow)
reqBuf []byte
mrs []storage.MetricRow
lastResetTime uint64
wg *sync.WaitGroup
callback func(rows []storage.MetricRow)
reqBuf []byte
mrs []storage.MetricRow
}
// Unmarshal implements common.UnmarshalWork