From f4ec8fa2e30022a31dc45ae76cbaf944901b8438 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 7 Jul 2013 20:54:31 +0100 Subject: more: assigned value is never read [clang-analyzer] Signed-off-by: Sami Kerola --- text-utils/more.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils/more.c') diff --git a/text-utils/more.c b/text-utils/more.c index 66de2bf94..8888a083b 100644 --- a/text-utils/more.c +++ b/text-utils/more.c @@ -1580,7 +1580,7 @@ void search(char buf[], FILE *file, register int n) long startline = Ftell(file); register long line1 = startline; register long line2 = startline; - register long line3 = startline; + register long line3; register int lncount; int saveln, rc; regex_t re; -- cgit v1.2.3-55-g7522