commit 6096c8a88ea2265016502c9ed677ac4116455da8
parent 6ec74bd8eb282fb51655e25247c85d58faf3036d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Fri, 8 Apr 2016 16:31:03 +0000
daemon.c: remove unused variable in MHD_handle_connection()
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
@@ -846,7 +846,6 @@ MHD_handle_connection (void *data)
time_t now;
#if WINDOWS
MHD_pipe spipe = con->daemon->wpipe[0];
- char tmp;
#ifdef HAVE_POLL
int extra_slot;
#endif /* HAVE_POLL */