about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c')
-rw-r--r--sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c b/sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c
deleted file mode 100644
index 5f34221b62..0000000000
--- a/sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "nldbl-compat.h"
-
-int
-attribute_hidden
-__isoc99_vswscanf (const wchar_t *string, const wchar_t *fmt, va_list ap)
-{
-  return __nldbl___isoc99_vswscanf (string, fmt, ap);
-}