From fc5771e43ccf905d3e134b1e3349a3657acaa2a9 Mon Sep 17 00:00:00 2001 From: Marko Myllynen Date: Tue, 12 May 2015 10:50:28 +0300 Subject: Remove unused PREDEFINED_CLASSES code Hi, AFAICS PREDEFINED_CLASSES is never defined thus the code is unused. It would seem that the code is related to LO_LTYPE which was discussed in the past but there are no any recent references: http://pubs.opengroup.org/onlinepubs/9638399/loltype.htm Patch below, compiles and passes make check. 2015-05-12 Marko Myllynen * locale/C-ctype.c (PREDEFINED_CLASSES): Remove. * locale/programs/ld-ctype.c: Likewise. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 53ffee3ce4..63dc9982b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-06-09 Marko Myllynen + + * locale/C-ctype.c (PREDEFINED_CLASSES): Remove. + * locale/programs/ld-ctype.c: Likewise. + 2015-06-08 Andrew Senkevich * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX512F_Usable, -- cgit 1.4.1