From: Arnaud Giersch Date: Mon, 7 Oct 2013 09:54:25 +0000 (+0200) Subject: Value stored to 'linelen' here is never read. X-Git-Tag: v3_9_90~38^2~26 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9a4f8255848ed4b9ccfd54d1d635de698889d86c?ds=sidebyside Value stored to 'linelen' here is never read. --- 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; }