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:
Leonhard Holz 2015-06-22 07:46:37 +05:30 committed by Siddhesh Poyarekar
parent cb0937b299
commit f48b67323a
2 changed files with 4 additions and 1 deletions

View File

@ -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]

View File

@ -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. */