Skip to content

Commit

Permalink
remove now unused idxnow in strcoll
Browse files Browse the repository at this point in the history
The struct element idxnow is not used and can be removed. Tests show
no problems.

	* string/strcoll_l.c: Remove unused struct element idxnow.
  • Loading branch information
leoholz authored and siddhesh committed Jun 22, 2015
1 parent cb0937b commit f48b673
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2015-06-22 Leonhard Holz <[email protected]>

* string/strcoll_l.c: Remove unused struct element idxnow.

2015-06-21 Joseph Myers <[email protected]>

[BZ #18569]
Expand Down
1 change: 0 additions & 1 deletion string/strcoll_l.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit f48b673

Please sign in to comment.