about summary refs log tree commit diff
path: root/math/s_ccoshl.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_ccoshl.c')
-rw-r--r--math/s_ccoshl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/s_ccoshl.c b/math/s_ccoshl.c
index 680da3a6f7..d38f0aaff6 100644
--- a/math/s_ccoshl.c
+++ b/math/s_ccoshl.c
@@ -94,7 +94,7 @@ __ccoshl (__complex__ long double x)
 	    feraiseexcept (FE_INVALID);
 	}
     }
-  else if (__glibc_likely (rcls == FP_INFINITE))
+  else if (rcls == FP_INFINITE)
     {
       /* Real part is infinite.  */
       if (__glibc_likely (icls > FP_ZERO))