Remove an unused statement

pull/426/head
John Shahid 2014-08-04 12:53:00 -04:00
parent b16e090860
commit 031f4adf47
1 changed files with 0 additions and 2 deletions

View File

@ -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