Skip to content

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Nov 6, 2024
1 parent 8bd5775 commit 03cc7a3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions include/cuco/static_multimap.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 03cc7a3

Please sign in to comment.