Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Apr 16, 2024
1 parent 9f92a63 commit 91fe0c3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -625,12 +625,6 @@ private static class TagIterable<T> implements Iterable<T> {
Reiterator<RawUnionValue> tail;
boolean finished;

private Counter smallIterablesCount =
Metrics.counter(CoGbkResult.class, "cogbk-small-iterables");

private Counter largeIterablesCount =
Metrics.counter(CoGbkResult.class, "cogbk-large-iterables");

public TagIterable(
List<T> head, int tag, int cacheSize, ObservingReiterator<RawUnionValue> tip) {
this.tag = tag;
Expand Down

0 comments on commit 91fe0c3

Please sign in to comment.