From: Leonhard Holz Date: Mon, 22 Jun 2015 02:16:37 +0000 (+0530) Subject: remove now unused idxnow in strcoll X-Git-Tag: glibc-2.22~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f48b67323ad6a6d8f0c2f4128c07392a9a01c20b;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 98b3802e56a..7b9ab6a6434 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-06-22 Leonhard Holz + + * string/strcoll_l.c: Remove unused struct element idxnow. + 2015-06-21 Joseph Myers [BZ #18569] diff --git a/string/strcoll_l.c b/string/strcoll_l.c index 0fa005f0f9b..967bbba231c 100644 --- a/string/strcoll_l.c +++ b/string/strcoll_l.c @@ -62,7 +62,6 @@ typedef struct int len; /* Length of the current sequence. */ size_t val; /* Position of the sequence relative to the previous non-ignored sequence. */ - size_t idxnow; /* Current index in sequences. */ size_t idxmax; /* Maximum index in sequences. */ size_t idxcnt; /* Current count of indices. */ size_t backw; /* Current Backward sequence index. */