diff options
author | Marko Myllynen <myllynen@redhat.com> | 2015-05-12 10:50:28 +0300 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2015-06-09 09:34:06 +0200 |
commit | fc5771e43ccf905d3e134b1e3349a3657acaa2a9 (patch) | |
tree | 5517089eaccdb758065465150c2babbb0966be86 /ChangeLog | |
parent | 5fe2a126d115e6b3220886f416b6b544252f8589 (diff) | |
download | glibc-fc5771e43ccf905d3e134b1e3349a3657acaa2a9.zip glibc-fc5771e43ccf905d3e134b1e3349a3657acaa2a9.tar.gz glibc-fc5771e43ccf905d3e134b1e3349a3657acaa2a9.tar.bz2 |
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 <myllynen@redhat.com>
* locale/C-ctype.c (PREDEFINED_CLASSES): Remove.
* locale/programs/ld-ctype.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-06-09 Marko Myllynen <myllynen@redhat.com> + + * locale/C-ctype.c (PREDEFINED_CLASSES): Remove. + * locale/programs/ld-ctype.c: Likewise. + 2015-06-08 Andrew Senkevich <andrew.senkevich@intel.com> * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX512F_Usable, |