summaryrefslogtreecommitdiff
path: root/libc/misc/ctype
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-13 07:10:38 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-13 07:10:38 +0000
commit7402c2f51bf55dc9d29dfb3397135719d0300b65 (patch)
treea30dd4bcf72c1eb5b8f0e60bc2206c06ad79dbc6 /libc/misc/ctype
parent7f4d6efd2fbe9860d9931e9797eeae89d1d416a5 (diff)
Remove unused files
Diffstat (limited to 'libc/misc/ctype')
-rw-r--r--libc/misc/ctype/junk.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libc/misc/ctype/junk.c b/libc/misc/ctype/junk.c
deleted file mode 100644
index d074c997e..000000000
--- a/libc/misc/ctype/junk.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Temporary rubbish till I can get this stuff
- * fixed properly */
-
-#include <features.h>
-#include <bits/types.h>
-
-const unsigned short int *__ctype_b; /* Characteristics. */
-const __int32_t *__ctype_tolower; /* Case conversions. */
-const __int32_t *__ctype_toupper; /* Case conversions. */
-