Remove an unused statement
parent
b16e090860
commit
031f4adf47
|
@ -104,8 +104,6 @@ type CumulativeArithmeticAggregator struct {
|
|||
defaultValue *protocol.FieldValue
|
||||
}
|
||||
|
||||
var count int = 0
|
||||
|
||||
func (self *CumulativeArithmeticAggregator) AggregatePoint(state interface{}, p *protocol.Point) (interface{}, error) {
|
||||
if state == nil {
|
||||
state = self.initialValue
|
||||
|
|
Loading…
Reference in New Issue