diff --git a/include/cuco/static_multimap.cuh b/include/cuco/static_multimap.cuh index 45995e1a0..8d81b90ac 100644 --- a/include/cuco/static_multimap.cuh +++ b/include/cuco/static_multimap.cuh @@ -637,16 +637,6 @@ class static_multimap { */ void rehash(cuda::stream_ref stream = {}); - /** - * @brief Regenerates the container. - * - * @note This function synchronizes the given stream. For asynchronous execution use - * `rehash_async`. - * - * @param stream CUDA stream used for this operation - */ - void rehash(cuda::stream_ref stream = {}); - /** * @brief Reserves at least the specified number of slots and regenerates the container *