From 9a4f8255848ed4b9ccfd54d1d635de698889d86c Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 7 Oct 2013 11:54:25 +0200 Subject: [PATCH] Value stored to 'linelen' here is never read. --- tools/tesh/tesh.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/tesh/tesh.c b/tools/tesh/tesh.c index 7036908c56..7f752291ac 100644 --- a/tools/tesh/tesh.c +++ b/tools/tesh/tesh.c @@ -141,7 +141,6 @@ static void handle_suite(const char *filename, FILE * IN) } else { to_be_continued = 1; line[linelen - 2] = '\0'; - linelen -= 2; if (!buff->used) buffbegin = line_num; } -- 2.20.1