diff options
Diffstat (limited to 'libcxx/include/__algorithm/remove.h')
-rw-r--r-- | libcxx/include/__algorithm/remove.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libcxx/include/__algorithm/remove.h b/libcxx/include/__algorithm/remove.h index 4717d7d97310..171d83284a2e 100644 --- a/libcxx/include/__algorithm/remove.h +++ b/libcxx/include/__algorithm/remove.h @@ -18,9 +18,6 @@ #pragma GCC system_header #endif -_LIBCPP_PUSH_MACROS -#include <__undef_macros> - _LIBCPP_BEGIN_NAMESPACE_STD template <class _ForwardIterator, class _Tp> @@ -45,6 +42,4 @@ remove(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value_) _LIBCPP_END_NAMESPACE_STD -_LIBCPP_POP_MACROS - #endif // _LIBCPP___ALGORITHM_REMOVE_H |