]> sourceware.org Git - glibc.git/commitdiff
remove now unused idxnow in strcoll
authorLeonhard Holz <leonhard.holz@web.de>
Mon, 22 Jun 2015 02:16:37 +0000 (07:46 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 22 Jun 2015 02:16:37 +0000 (07:46 +0530)
The struct element idxnow is not used and can be removed. Tests show
no problems.

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

ChangeLog
string/strcoll_l.c

index 98b3802e56a8841f005996eff2d9a53b29e8204d..7b9ab6a6434c3d8487ac396cbb97c6b0aa5dfc0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index 0fa005f0f9bc742713b91930daa60db9315c3576..967bbba231c129bc7bdf4cf1a08dadfcb9079052 100644 (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.  */
This page took 0.117811 seconds and 5 git commands to generate.