Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowe committed Jan 12, 2022
1 parent 394497c commit 61b0e7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/src/test/java/ai/rapids/cudf/TableTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,6 @@ void testMixedInnerJoinGatherMaps() {

@Test
void testMixedInnerJoinGatherMapsNulls() {
final int inv = Integer.MIN_VALUE;
BinaryOperation expr = new BinaryOperation(BinaryOperator.GREATER,
new ColumnReference(1, TableReference.LEFT),
new ColumnReference(1, TableReference.RIGHT));
Expand Down Expand Up @@ -2088,7 +2087,6 @@ void testMixedInnerJoinGatherMapsWithSize() {

@Test
void testMixedInnerJoinGatherMapsNullsWithSize() {
final int inv = Integer.MIN_VALUE;
BinaryOperation expr = new BinaryOperation(BinaryOperator.GREATER,
new ColumnReference(1, TableReference.LEFT),
new ColumnReference(1, TableReference.RIGHT));
Expand Down

0 comments on commit 61b0e7d

Please sign in to comment.