aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLeonhard Holz <leonhard.holz@web.de>2015-06-22 07:46:37 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2015-06-22 07:46:37 +0530
commitf48b67323ad6a6d8f0c2f4128c07392a9a01c20b (patch)
tree4980c28fbb924582caa859d582d41aee9e1a32d0 /ChangeLog
parentcb0937b299182e78307795081489ec1f148bdbd7 (diff)
downloadglibc-f48b67323ad6a6d8f0c2f4128c07392a9a01c20b.tar
glibc-f48b67323ad6a6d8f0c2f4128c07392a9a01c20b.tar.gz
glibc-f48b67323ad6a6d8f0c2f4128c07392a9a01c20b.tar.bz2
glibc-f48b67323ad6a6d8f0c2f4128c07392a9a01c20b.zip
remove now unused idxnow in strcoll
The struct element idxnow is not used and can be removed. Tests show no problems. * string/strcoll_l.c: Remove unused struct element idxnow.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98b3802e56..7b9ab6a643 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-22 Leonhard Holz <leonhard.holz@web.de>
+
+ * string/strcoll_l.c: Remove unused struct element idxnow.
+
2015-06-21 Joseph Myers <joseph@codesourcery.com>
[BZ #18569]