From 5771d3ff7a7a79e3a962d84fc36226ca178e9261 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 12:22:59 -0500 Subject: un-#if 0-ify --- src/complex/csinh.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/complex/csinh.c') diff --git a/src/complex/csinh.c b/src/complex/csinh.c index 67c4ab0e..c9086016 100644 --- a/src/complex/csinh.c +++ b/src/complex/csinh.c @@ -1,5 +1,3 @@ -#if 0 - # define TGSOURCE "complex/csinh.c" #include "_tgmath.h" #include @@ -83,7 +81,3 @@ r*/ STDC(199901) LINK(m) */ - - - -#endif -- cgit v1.2.1