Skip to content

Commit 698099e

Browse files
committed
cleanup
1 parent 9367d01 commit 698099e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/hotspot/share/utilities/rbTree.hpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,6 @@ class AbstractRBTree {
202202
static constexpr bool HasNodeComparator =
203203
std::is_invocable_r_v<RBTreeOrdering, decltype(&COMPARATOR::cmp), K, const NodeType*>;
204204

205-
// template <typename CMP, typename = void>
206-
// static constexpr bool HasNodeVerifierImpl = false;
207-
208-
// template <typename CMP>
209-
// static constexpr bool HasNodeVerifierImpl<CMP, std::void_t<decltype(&CMP::less_than)>> =
210-
// std::is_invocable_r_v<bool, decltype(&CMP::less_than), const NodeType*, const NodeType*>;
211-
212-
// static constexpr bool HasNodeVerifier = HasNodeVerifierImpl<COMPARATOR>;
213-
214205
template<typename, typename = void>
215206
struct has_node_verifier : std::false_type {};
216207

0 commit comments

Comments
 (0)