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