aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/half_positive.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__algorithm/half_positive.h')
-rw-r--r--libcxx/include/__algorithm/half_positive.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libcxx/include/__algorithm/half_positive.h b/libcxx/include/__algorithm/half_positive.h
index b03efc495b1a..5d36ff5da985 100644
--- a/libcxx/include/__algorithm/half_positive.h
+++ b/libcxx/include/__algorithm/half_positive.h
@@ -16,9 +16,6 @@
#pragma GCC system_header
#endif
-_LIBCPP_PUSH_MACROS
-#include <__undef_macros>
-
_LIBCPP_BEGIN_NAMESPACE_STD
// Perform division by two quickly for positive integers (llvm.org/PR39129)
@@ -49,6 +46,4 @@ __half_positive(_Tp __value)
_LIBCPP_END_NAMESPACE_STD
-_LIBCPP_POP_MACROS
-
#endif // _LIBCPP___ALGORITHM_HALF_POSITIVE_H