2007-06-26  James Youngman  <[EMAIL PROTECTED]>

        * find/tree.c (get_pred_cost): Eliminate unused variable.

Signed-off-by: James Youngman <[EMAIL PROTECTED]>
---
 ChangeLog   |    2 ++
 find/tree.c |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b7e0d17..16df7da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-06-26  James Youngman  <[EMAIL PROTECTED]>
 
+       * find/tree.c (get_pred_cost): Eliminate unused variable.
+
        * find/pred.c (format_date): Use verify_true for constant
        conditions rather than assert.
        * xargs/xargs.c (main): Ditto.
diff --git a/find/tree.c b/find/tree.c
index 02eac11..9958363 100644
--- a/find/tree.c
+++ b/find/tree.c
@@ -1034,8 +1034,6 @@ get_pred_cost(const struct predicate *p)
 
       if (!pred_table_sorted)
        {
-         size_t i;
-         
          qsort(costlookup,
                sizeof(costlookup)/sizeof(costlookup[0]),
                sizeof(costlookup[0]),
-- 
1.5.2.1



_______________________________________________
Findutils-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/findutils-patches

Reply via email to