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 /**********************************