Skip to content

Commit b556c84

Browse files
unnecessary destructor for __tree_node_base
1 parent c7307a8 commit b556c84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/include/__tree

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,6 @@ public:
582582
}
583583

584584
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __tree_node_base() = default;
585-
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 ~__tree_node_base() = default;
586585
__tree_node_base(__tree_node_base const&) = delete;
587586
__tree_node_base& operator=(__tree_node_base const&) = delete;
588587
};

0 commit comments

Comments
 (0)