summaryrefslogtreecommitdiff
path: root/src/math/sin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/sin.c')
-rw-r--r--src/math/sin.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/math/sin.c b/src/math/sin.c
index ac3ece16..198554dc 100644
--- a/src/math/sin.c
+++ b/src/math/sin.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "sin.c"
#include <errno.h>
#include <math.h>
@@ -57,6 +55,3 @@ IMPLEMENTATION(The value returned on a domain error, CONSTANT(HUGE_VAL))
LINK(m)
STDC(1)
*/
-
-
-#endif