forked from OSchip/llvm-project
[libc++] Remove stray #undef
I think that was left after we removed _CONSTEXPR_TERNARY based on a review comment -- the #undef was never removed.
This commit is contained in:
parent
a49bf0ac38
commit
508d7dd2a2
|
@ -341,8 +341,6 @@ namespace ranges {
|
|||
|
||||
} // namespace ranges
|
||||
|
||||
#undef _CONSTEXPR_TERNARY
|
||||
|
||||
#endif // !defined(_LIBCPP_HAS_NO_CONCEPTS) && !defined(_LIBCPP_HAS_NO_INCOMPLETE_RANGES)
|
||||
|
||||
_LIBCPP_END_NAMESPACE_STD
|
||||
|
|
Loading…
Reference in New Issue