1 parent e63da37 commit 9e79e1bCopy full SHA for 9e79e1b
1 file changed
cpp/src/text/deduplicate.cu
@@ -409,8 +409,6 @@ std::unique_ptr<cudf::column> resolve_duplicates_pair_impl(
409
rmm::device_async_resource_ref mr)
410
{
411
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);
414
415
auto [first_offset1, last_offset1] =
416
cudf::strings::detail::get_first_and_last_offset(input1, stream);
0 commit comments