summaryrefslogtreecommitdiff
path: root/src/wchar/wcswidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcswidth.c')
-rw-r--r--src/wchar/wcswidth.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/wchar/wcswidth.c b/src/wchar/wcswidth.c
deleted file mode 100644
index 3aadc89b..00000000
--- a/src/wchar/wcswidth.c
+++ /dev/null
@@ -1,20 +0,0 @@
-#if 0
-
-#include <stddef.h>
-#include "wctype/wint_t.c"
-#include "wctype/wctrans_t.c"
-#include <wchar.h>
-
-int wcswidth(const wchar_t * wcsptr, size_t n)
-{
- SIGNAL_SAFE(0);
-
-}
-
-/*
-XOPEN(4)
-NOTE: this portion is shaded WP in SUSv1
-*/
-
-
-#endif