diff --git a/cpp/src/rolling/detail/rolling_collect_list.cuh b/cpp/src/rolling/detail/rolling_collect_list.cuh index 7ccf4f0b034..39d15ed716f 100644 --- a/cpp/src/rolling/detail/rolling_collect_list.cuh +++ b/cpp/src/rolling/detail/rolling_collect_list.cuh @@ -53,8 +53,7 @@ std::unique_ptr create_collect_offsets(size_type input_size, { // Materialize offsets column. auto static constexpr size_data_type = data_type{type_to_id()}; - auto sizes = - make_fixed_width_column(size_data_type, input_size, mask_state::UNALLOCATED, stream, mr); + auto sizes = make_fixed_width_column(size_data_type, input_size, mask_state::UNALLOCATED, stream); auto mutable_sizes = sizes->mutable_view(); // Consider the following preceding/following values: