summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/rtl/math.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx
index b53cbec144b3..0d70e9718bfd 100644
--- a/sal/rtl/math.cxx
+++ b/sal/rtl/math.cxx
@@ -765,9 +765,6 @@ double SAL_CALL rtl_math_log1p(double fValue) SAL_THROW_EXTERN_C()
}
double SAL_CALL rtl_math_atanh(double fValue) SAL_THROW_EXTERN_C()
-#if defined __clang__
- __attribute__((no_sanitize("float-divide-by-zero"))) // atahn(1) -> inf
-#endif
{
return ::atanh(fValue);
}