summaryrefslogtreecommitdiff
path: root/nonstd/static/wctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'nonstd/static/wctype.h')
-rw-r--r--nonstd/static/wctype.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/nonstd/static/wctype.h b/nonstd/static/wctype.h
deleted file mode 100644
index e0615096..00000000
--- a/nonstd/static/wctype.h
+++ /dev/null
@@ -1,15 +0,0 @@
-static const char *__wctype[] = {
- 0, /* 0 is an invalid wctype_t */
- "alnum",
- "alpha",
- "blank",
- "cntrl",
- "digit",
- "graph",
- "lower",
- "print",
- "punct",
- "space",
- "upper",
- "xdigit",
-};