summaryrefslogtreecommitdiff
path: root/src/math/gamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/gamma.c')
-rw-r--r--src/math/gamma.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/math/gamma.c b/src/math/gamma.c
index 524eb70d..644b5fac 100644
--- a/src/math/gamma.c
+++ b/src/math/gamma.c
@@ -1,5 +1,3 @@
-#if 0
-
#include <math.h>
double gamma(double x)
@@ -12,6 +10,3 @@ double gamma(double x)
XOPEN(4,600)
LINK(m)
*/
-
-
-#endif