From: Jens Axboe Date: Sun, 8 Apr 2018 21:46:07 +0000 (-0600) Subject: server: fix dead assignment of variable X-Git-Tag: fio-3.6~13 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=a369940ef24e616758fac6e05073193fd6514646 server: fix dead assignment of variable Signed-off-by: Jens Axboe --- diff --git a/server.c b/server.c index d3f69774..2e08c66a 100644 --- a/server.c +++ b/server.c @@ -1199,7 +1199,6 @@ static int handle_connection(struct sk_out *sk_out) .events = POLLIN, }; - ret = 0; do { int timeout = 1000;