mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 08:23:34 +01: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
@ -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 New Issue
Block a user