diff options
| author | varconst <varconsteq@gmail.com> | 2023-06-29 14:49:45 -0700 |
|---|---|---|
| committer | varconst <varconsteq@gmail.com> | 2023-06-29 14:49:51 -0700 |
| commit | b5270ba20dc3d84df9d880be11d57667f04c6c28 (patch) | |
| tree | dc6d3ab122e3e6bf84e5c9c768621871803234e9 /libcxx/include/algorithm | |
| parent | 632dd6a4ca0036009febd55d95e4e1f93eeb412c (diff) | |
[libc++] Remove the legacy debug mode.
See https://discourse.llvm.org/t/rfc-removing-the-legacy-debug-mode-from-libc/71026
Reviewed By: #libc, Mordante, ldionne
Differential Revision: https://reviews.llvm.org/D153672
Diffstat (limited to 'libcxx/include/algorithm')
| -rw-r--r-- | libcxx/include/algorithm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm index 29e7871b6fc0..35cfc1ded5d2 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm @@ -1738,7 +1738,6 @@ template <class BidirectionalIterator, class Compare> #include <__assert> // all public C++ headers provide the assertion handler #include <__config> -#include <__debug> #include <cstddef> #include <version> |
