From 2cbb24bba39ad3529315098b5619b6fec078eb82 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 16 Mar 2012 20:53:05 -0400 Subject: remove junk sincos implementations in preparation to merge nsz's real ones --- include/math.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/math.h b/include/math.h index e9871516..f320b8e9 100644 --- a/include/math.h +++ b/include/math.h @@ -382,9 +382,6 @@ long double ynl(int, long double); double scalb(double, double); float scalbf(float, float); long double scalbl(long double, long double); -void sincosf(float, float *, float *); -void sincos(double, double *, double *); -void sincosl(long double, long double *, long double *); #endif #ifdef __cplusplus -- cgit v1.2.1