mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
lib/protoparser/clusternative: remove unused field - unmarshalWork.lastResetTime
This is a follow-up for b84aea1e6e
This commit is contained in:
parent
72de54f93e
commit
61e483a01c
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue