summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2009-02-21 14:50:12 +0100
committerJames Youngman <jay@gnu.org>2009-04-10 23:44:48 +0100
commitafa7b860ad1bb3a1cdd29b8785aac60cedcbc7b9 (patch)
tree05d43b8c2bca6467dd55f7bc0398b57a80036792
parentf511840646b9e21deffb4b79a63d8f4ae48315c7 (diff)
downloadfindutils-afa7b860ad1bb3a1cdd29b8785aac60cedcbc7b9.tar.gz
Really apply Jim's earlier patch.
* find/pred.c (scan_for_digit_differences): Remove declaration of unused local, "ok". Signed-off-by: James Youngman <jay@gnu.org>
-rw-r--r--find/pred.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/find/pred.c b/find/pred.c
index b4e04047..d7253e4c 100644
--- a/find/pred.c
+++ b/find/pred.c
@@ -1,6 +1,6 @@
/* pred.c -- execute the expression tree.
Copyright (C) 1990, 1991, 1992, 1993, 1994, 2000, 2003,
- 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+ 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -2023,7 +2023,6 @@ static boolean
scan_for_digit_differences(const char *p, const char *q,
size_t *first, size_t *n)
{
- bool ok = true;
bool seen = false;
size_t i;