Skip to content

Commit

Permalink
Remove unused typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
tcclevenger committed Feb 13, 2024
1 parent 59e2fd0 commit 8e8d457
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions containers/src/Kokkos_UnorderedMap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,6 @@ class UnorderedMap {
std::is_same<std::remove_const_t<SValue>, value_type>::value>
deep_copy_view(
UnorderedMap<SKey, SValue, SDevice, Hasher, EqualTo> const &src) {
using src_type = UnorderedMap<SKey, SValue, SDevice, Hasher, EqualTo>;

// To deep copy UnorderedMap, capacity must be identical
KOKKOS_EXPECTS(capacity() == src.capacity());

Expand Down

0 comments on commit 8e8d457

Please sign in to comment.