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