aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/e_atanh.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/e_atanh.c')
-rw-r--r--lib/msun/src/e_atanh.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/msun/src/e_atanh.c b/lib/msun/src/e_atanh.c
index 41f3bcaca26d..3eabaaf82403 100644
--- a/lib/msun/src/e_atanh.c
+++ b/lib/msun/src/e_atanh.c
@@ -13,8 +13,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/* atanh(x)
* Method :
* 1.Reduced x to positive by atanh(-x) = -atanh(x)