diff mbox

remove now unused idxnow in strcoll

Message ID 558299FC.4030603@web.de
State New
Headers show

Commit Message

Leonhard Holz June 18, 2015, 10:14 a.m. UTC
The struct element idxnow is not used and can be removed. Tests show no problems.


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

Comments

Siddhesh Poyarekar June 22, 2015, 2:32 a.m. UTC | #1
On Thu, Jun 18, 2015 at 12:14:20PM +0200, Leonhard Holz wrote:
> The struct element idxnow is not used and can be removed. Tests show no problems.
> 
> 
> 	* string/strcoll_l.c: Remove unused struct element idxnow.
> 

Pushed, thanks.

Siddhesh
diff mbox

Patch

diff --git a/string/strcoll_l.c b/string/strcoll_l.c
index 0fa005f..14bfb8b 100644
--- a/string/strcoll_l.c
+++ b/string/strcoll_l.c
@@ -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.  */