Skip to content

Commit

Permalink
Remove unused variable from row_bit_count_test. (#8829)
Browse files Browse the repository at this point in the history
Removed stray unused variable from `row_bit_count_test`.

Signed-off-by: Mithun RK <[email protected]>

Authors:
  - MithunR (https://github.com/mythrocks)

Approvers:
  - David Wendt (https://github.com/davidwendt)
  - Mike Wilson (https://github.com/hyperbolic2346)

URL: #8829
  • Loading branch information
mythrocks authored Jul 22, 2021
1 parent eddb2f8 commit 3d0583c
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 3d0583c

Please sign in to comment.