diff --git a/src/spatial/detail/ArborX_PairValueIndex.hpp b/src/spatial/detail/ArborX_PairValueIndex.hpp index 28941c6fd..2c9c69807 100644 --- a/src/spatial/detail/ArborX_PairValueIndex.hpp +++ b/src/spatial/detail/ArborX_PairValueIndex.hpp @@ -31,21 +31,6 @@ struct PairValueIndex Index index; }; -namespace Details -{ -template -struct is_pair_value_index : public std::false_type -{}; - -template -struct is_pair_value_index> : public std::true_type -{}; - -template -inline constexpr bool is_pair_value_index_v = is_pair_value_index::value; - -} // namespace Details - } // namespace ArborX #endif