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)