aboutsummaryrefslogtreecommitdiff
path: root/lang/ifc7/files/linux_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ifc7/files/linux_file.c')
-rw-r--r--lang/ifc7/files/linux_file.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/ifc7/files/linux_file.c b/lang/ifc7/files/linux_file.c
index c6c6dd46fdc1..61f5acd32712 100644
--- a/lang/ifc7/files/linux_file.c
+++ b/lang/ifc7/files/linux_file.c
@@ -30,9 +30,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-static short unsigned int ctype_b[256] = { 0 };
-short unsigned int *__ctype_b = ctype_b;
-
/* This matches struct stat64 in glibc2.1, hence the absolutely
* insane amounts of padding around dev_t's.
*/