diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-cimag.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/nldbl-cimag.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-cimag.c b/sysdeps/ieee754/ldbl-opt/nldbl-cimag.c deleted file mode 100644 index fffbdd58ec..0000000000 --- a/sysdeps/ieee754/ldbl-opt/nldbl-cimag.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "nldbl-compat.h" -#include <complex.h> - -double -attribute_hidden -cimagl (double _Complex x) -{ - return cimag (x); -} |