Skip to content

Commit 2aa530e

Browse files
committed
Address feedback
1 parent afc0146 commit 2aa530e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libcxx/src/experimental/log_hardening_failure.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ extern "C" void android_set_abort_message(const char* msg);
2020
# include <os/reason_private.h>
2121
#endif
2222

23-
#if _LIBCPP_HAS_EXPERIMENTAL_HARDENING_OBSERVE_SEMANTIC
24-
2523
_LIBCPP_BEGIN_NAMESPACE_STD
2624

2725
void __log_hardening_failure(const char* message) noexcept {
@@ -50,5 +48,3 @@ void __log_hardening_failure(const char* message) noexcept {
5048
}
5149

5250
_LIBCPP_END_NAMESPACE_STD
53-
54-
#endif // _LIBCPP_HAS_EXPERIMENTAL_HARDENING_OBSERVE_SEMANTIC

0 commit comments

Comments
 (0)