mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +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
@ -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. */
|
||||
|
Reference in New Issue
Block a user