mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03: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:
committed by
Siddhesh Poyarekar
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>
|
2015-06-21 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
[BZ #18569]
|
[BZ #18569]
|
||||||
|
@ -62,7 +62,6 @@ typedef struct
|
|||||||
int len; /* Length of the current sequence. */
|
int len; /* Length of the current sequence. */
|
||||||
size_t val; /* Position of the sequence relative to the
|
size_t val; /* Position of the sequence relative to the
|
||||||
previous non-ignored sequence. */
|
previous non-ignored sequence. */
|
||||||
size_t idxnow; /* Current index in sequences. */
|
|
||||||
size_t idxmax; /* Maximum index in sequences. */
|
size_t idxmax; /* Maximum index in sequences. */
|
||||||
size_t idxcnt; /* Current count of indices. */
|
size_t idxcnt; /* Current count of indices. */
|
||||||
size_t backw; /* Current Backward sequence index. */
|
size_t backw; /* Current Backward sequence index. */
|
||||||
|
Reference in New Issue
Block a user