diff --git a/cpp/src/prims/kv_store.cuh b/cpp/src/prims/kv_store.cuh index 237d2c790cd..bc1d88217f6 100644 --- a/cpp/src/prims/kv_store.cuh +++ b/cpp/src/prims/kv_store.cuh @@ -576,7 +576,6 @@ class kv_cuco_store_t { // complication. rmm::device_scalar counter(old_store_value_size, stream); auto mutable_device_ref = cuco_store_->ref(cuco::insert_and_find); - static_assert(!std::is_const_v); rmm::device_uvector store_value_offsets(num_keys, stream); thrust::tabulate( rmm::exec_policy(stream),