Skip to content

Commit

Permalink
Dead code elimination
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Whitaker committed Sep 12, 2014
1 parent 4a751bf commit 268685f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions raco/expression/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@ class COUNTALL(ZeroaryOperator, BuiltinAggregateExpression):
def evaluate_aggregate(self, tuple_iterator, scheme):
return len(tuple_iterator)

def get_merge_aggregates(self):
return [SUM(LocalAggregateOutput())]

def typeof(self, scheme, state_scheme):
return types.LONG_TYPE

Expand Down

0 comments on commit 268685f

Please sign in to comment.