libstdc++: Delete superseded comment

A comment referring to nothing remained in a patch.

libstdc++-v3/ChangeLog:
	* include/bits/stl_tree.h: Delete comment.
This commit is contained in:
Nathan Myers
2026-03-27 11:37:39 -04:00
parent e3cd890801
commit 8df8a196f7

View File

@@ -3274,11 +3274,6 @@ namespace __rb_tree
}
#ifdef __glibcxx_associative_heterogeneous_insertion // C++26
// If __pos.second == &_M_impl._M_header, insert at root;
// else if __pos.first == __pos.second, insert at __pos.second._M_left;
// else insert at __pos.second._M_right, and rebalance.
template <typename _Key, typename _Val, typename _KeyOfValue,
typename _Compare, typename _Alloc>
template <typename... _Args>