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