diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | string/strcoll_l.c | 1 |
2 files changed, 4 insertions, 1 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] diff --git a/string/strcoll_l.c b/string/strcoll_l.c index 0fa005f0f9..967bbba231 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. */ |