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