remove commented out code

This commit is contained in:
fjy 2014-06-09 18:26:37 -07:00
parent 6adc3011fa
commit 32b65d9c5b
1 changed files with 0 additions and 4 deletions

View File

@ -413,10 +413,6 @@ public class GroupByQueryEngine
position += increments[i]; position += increments[i];
} }
//for (PostAggregator postAggregator : query.getPostAggregatorSpecs()) {
// theEvent.put(postAggregator.getName(), postAggregator.compute(theEvent));
//}
return new MapBasedRow(timestamp, theEvent); return new MapBasedRow(timestamp, theEvent);
} }
} }