Skip to content

Commit

Permalink
Remove unused variable from row_bit_count_test.
Browse files Browse the repository at this point in the history
Signed-off-by: Mithun RK <[email protected]>
  • Loading branch information
mythrocks committed Jul 22, 2021
1 parent eddb2f8 commit e3405dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/tests/transform/row_bit_count_test.cu
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ TEST_F(RowBitCount, EmptyChildColumnInListOfLists)

auto offsets = cudf::test::fixed_width_column_wrapper<offset_type>{0, 0, 0, 0, 0};
auto lists_col = cudf::make_lists_column(4, offsets.release(), empty_child_lists_column(), 0, {});
auto constexpr offset_nbits = sizeof(offset_type) * CHAR_BIT;

CUDF_TEST_EXPECT_COLUMNS_EQUIVALENT(
cudf::row_bit_count(table_view{{lists_col->view()}})->view(),
Expand Down

0 comments on commit e3405dc

Please sign in to comment.