Skip to content

Commit 2a1d335

Browse files
_root cannot be redeclared
1 parent 9356bb2 commit 2a1d335

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libcxx/include/__tree

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -898,10 +898,6 @@ public:
898898
return __value_comp_;
899899
}
900900

901-
public:
902-
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __node_pointer __root() const _NOEXCEPT {
903-
return static_cast<__node_pointer>(__end_node()->__left_);
904-
}
905901

906902
private:
907903
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 const __node_allocator& __node_alloc() const _NOEXCEPT {

0 commit comments

Comments
 (0)