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