Skip to content

Commit

Permalink
remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHegarty committed Oct 2, 2023
1 parent d46f1a0 commit a9b531d
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,26 +177,6 @@ public BooleanBlock newConstantBooleanBlockWith(boolean value, int positions, lo
return b;
}

// public static class MockIntBlockBuilder extends IntBlockBuilder {
//
// boolean built = false;
//
// MockIntBlockBuilder(int estimatedSize, BlockFactory blockFactory) {
// super(estimatedSize, blockFactory);
// }
//
// @Override
// public IntBlock build() {
// built = true;
// return super.build();
// }
//
// public boolean isBuilt() {
// return built;
// }
//
// }

@Override
public IntBlock.Builder newIntBlockBuilder(int estimatedSize) {
// var b = new MockIntBlockBuilder(estimatedSize, super);
Expand Down

0 comments on commit a9b531d

Please sign in to comment.