From 0b84ec70ee1710acca8e6de14242a1c7435b83ef Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Wed, 24 Oct 2012 22:12:51 +0200 Subject: [PATCH] remove redundant declarations - FreeBSD has long double versions of these functions since 8.0. If we wanted to have this work on pre-8.0 there should be definitions. --- src/builtin.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/builtin.c b/src/builtin.c index c1494b5f055b..7b58d5782b8d 100644 --- a/src/builtin.c +++ b/src/builtin.c @@ -24,16 +24,6 @@ #include "id.h" #include "module.h" -#if __FreeBSD__ -extern "C" -{ - longdouble sinl(longdouble); - longdouble cosl(longdouble); - longdouble tanl(longdouble); - longdouble sqrtl(longdouble); -} -#endif - #if DMDV2 /**********************************