From aa2c7727b1ee7b3747681f6b78f9ef0d36beb749 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 2 Feb 2019 13:12:59 -0500 Subject: trim old nonstd --- nonstd/static/wctype.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 nonstd/static/wctype.h (limited to 'nonstd/static/wctype.h') 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", -}; -- cgit v1.2.1