From f8c46afbd0564a8a72f65aa406152a54b64b27c0 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Wed, 24 Nov 2021 22:29:41 +0300 Subject: [PATCH] test_client_put_stop: removed unused assignment --- src/microhttpd/test_client_put_stop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/microhttpd/test_client_put_stop.c b/src/microhttpd/test_client_put_stop.c index 129e9ba2..9a3c3a67 100644 --- a/src/microhttpd/test_client_put_stop.c +++ b/src/microhttpd/test_client_put_stop.c @@ -1220,7 +1220,6 @@ performQueryExternal (struct MHD_Daemon *d, struct _MHD_dumbClient *clnt) _MHD_dumbClient_start_connect (clnt); start = time (NULL); - now = start; do { fd_set rs;