about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-strfroml.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-strfroml.c')
-rw-r--r--sysdeps/ieee754/ldbl-opt/nldbl-strfroml.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-strfroml.c b/sysdeps/ieee754/ldbl-opt/nldbl-strfroml.c
deleted file mode 100644
index d6df69e418..0000000000
--- a/sysdeps/ieee754/ldbl-opt/nldbl-strfroml.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "nldbl-compat.h"
-
-int
-attribute_hidden
-strfroml (char *dest, size_t size, const char *format, long double f)
-{
-  return strfromd (dest, size, format, f);
-}