aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-08 16:31:03 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-08 16:31:03 +0000
commit6096c8a88ea2265016502c9ed677ac4116455da8 (patch)
tree6d4b602c25a61c1767a7616ab01abd00b2409faf
parent6ec74bd8eb282fb51655e25247c85d58faf3036d (diff)
downloadlibmicrohttpd-6096c8a88ea2265016502c9ed677ac4116455da8.tar.gz
libmicrohttpd-6096c8a88ea2265016502c9ed677ac4116455da8.zip
daemon.c: remove unused variable in MHD_handle_connection()
-rw-r--r--src/microhttpd/daemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index e4d4e913..8ef00bd9 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -846,7 +846,6 @@ MHD_handle_connection (void *data)
846 time_t now; 846 time_t now;
847#if WINDOWS 847#if WINDOWS
848 MHD_pipe spipe = con->daemon->wpipe[0]; 848 MHD_pipe spipe = con->daemon->wpipe[0];
849 char tmp;
850#ifdef HAVE_POLL 849#ifdef HAVE_POLL
851 int extra_slot; 850 int extra_slot;
852#endif /* HAVE_POLL */ 851#endif /* HAVE_POLL */