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