From 22f1ae15e6a1dd67a889ca9b6d1c2af3ee852f07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Amadeusz=20S=C5=82awi=C5=84ski?= Date: Sun, 18 May 2014 13:32:47 +0200 Subject: [PATCH] util: Value stored to 'count' is never read MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Amadeusz Sławiński --- util/wmsetbg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/wmsetbg.c b/util/wmsetbg.c index b52f9500..775cc194 100644 --- a/util/wmsetbg.c +++ b/util/wmsetbg.c @@ -868,7 +868,6 @@ static int readmsg(int fd, char *buffer, int size) { int count; - count = 0; while (size > 0) { count = read(fd, buffer, size); if (count < 0) -- 2.11.4.GIT