lib/streamaggr: remove unused fields

This commit is contained in:
Aliaksandr Valialkin 2023-01-04 08:19:21 -08:00
parent 9d0e1f8e68
commit 66947ee5a2
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
2 changed files with 1 additions and 3 deletions

View file

@ -12,7 +12,6 @@ import (
type histogramBucketAggrState struct {
m sync.Map
ignoreInputDeadline uint64
intervalSecs uint64
}

View file

@ -19,7 +19,6 @@ type increaseStateValue struct {
mu sync.Mutex
lastValues map[string]*lastValueState
total float64
increase float64
deleteDeadline uint64
deleted bool
}