Skip to content

Commit 9e79e1b

Browse files
committed
Remove unused device views in text deduplication
1 parent e63da37 commit 9e79e1b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎cpp/src/text/deduplicate.cu‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,6 @@ std::unique_ptr<cudf::column> resolve_duplicates_pair_impl(
409409
rmm::device_async_resource_ref mr)
410410
{
411411
CUDF_EXPECTS(min_width > 8, "min_width should be at least 8", std::invalid_argument);
412-
auto d_strings1 = cudf::column_device_view::create(input1.parent(), stream);
413-
auto d_strings2 = cudf::column_device_view::create(input2.parent(), stream);
414412

415413
auto [first_offset1, last_offset1] =
416414
cudf::strings::detail::get_first_and_last_offset(input1, stream);

0 commit comments

Comments
 (0)