The struct element idxnow is not used and can be removed. Tests show
no problems.
* string/strcoll_l.c: Remove unused struct element idxnow.
+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]
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. */