Skip to content

Commit

Permalink
remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHegarty committed Sep 22, 2023
1 parent ba78e1f commit 74d9b1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ public void testIntBlock() {
IntStream.range(0, positionCount).forEach(blockBuilder::appendInt);
block = blockBuilder.build();
} else {
new IntArrayVector(IntStream.range(0, positionCount).toArray(), positionCount).asBlock();
block = blockFactory.newIntArrayVector(IntStream.range(0, positionCount).toArray(), positionCount).asBlock();
}

Expand Down

0 comments on commit 74d9b1d

Please sign in to comment.