summaryrefslogtreecommitdiff
path: root/src/math/fdim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/fdim.c')
-rw-r--r--src/math/fdim.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/math/fdim.c b/src/math/fdim.c
index e4f4049d..5ac9d498 100644
--- a/src/math/fdim.c
+++ b/src/math/fdim.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "fdim.c"
#include "_tgmath.h"
#include <math.h>
@@ -18,6 +16,3 @@ TYPE TGFN(fdim)(TYPE x, TYPE y)
STDC(199901)
LINK(m)
*/
-
-
-#endif