diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-04-08 16:31:03 +0000 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-04-08 16:31:03 +0000 |
commit | 6096c8a88ea2265016502c9ed677ac4116455da8 (patch) | |
tree | 6d4b602c25a61c1767a7616ab01abd00b2409faf | |
parent | 6ec74bd8eb282fb51655e25247c85d58faf3036d (diff) |
daemon.c: remove unused variable in MHD_handle_connection()
-rw-r--r-- | src/microhttpd/daemon.c | 1 |
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) time_t now; #if WINDOWS MHD_pipe spipe = con->daemon->wpipe[0]; - char tmp; #ifdef HAVE_POLL int extra_slot; #endif /* HAVE_POLL */ |