mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-11 12:50:58 +08:00
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.
This commit is contained in:
parent
cb0937b299
commit
f48b67323a
@ -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]
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user