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

@ -117,7 +117,6 @@ type unmarshalWork struct {
callback func(rows []storage.MetricRow)
reqBuf []byte
mrs []storage.MetricRow
lastResetTime uint64
}
// Unmarshal implements common.UnmarshalWork