Skip to content

Commit

Permalink
Merge branch 'branch-24.04' into docs_0209
Browse files Browse the repository at this point in the history
  • Loading branch information
acostadon authored Mar 11, 2024
2 parents c641bf6 + e0d18c9 commit fc0bcd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/libcugraph_etl/include/hash/concurrent_unordered_map.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <hash/helper_functions.cuh>
#include <hash/managed.cuh>

#include <cudf/detail/nvtx/ranges.hpp>
#include <cudf/detail/utilities/device_atomics.cuh>
#include <cudf/hashing/detail/default_hash.cuh>
#include <cudf/hashing/detail/hash_functions.cuh>
Expand Down Expand Up @@ -171,7 +170,6 @@ class concurrent_unordered_map {
const Equality& equal = key_equal(),
const allocator_type& allocator = allocator_type())
{
CUDF_FUNC_RANGE();
using Self = concurrent_unordered_map<Key, Element, Hasher, Equality, Allocator>;

// Note: need `(*p).destroy` instead of `p->destroy` here
Expand Down

0 comments on commit fc0bcd7

Please sign in to comment.