commit 36c72bd37cbb5a696623d8b3b9c54ff10fb3c3c2
parent 832ebd16a857fa1a4f4e2a657e376766963e7f62
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Thu, 10 Nov 2016 21:48:31 +0300
Removed unused variable.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
@@ -888,7 +888,6 @@ call_handlers (struct MHD_Connection *con,
int write_ready,
int force_close)
{
- struct MHD_Daemon *daemon = con->daemon;
int ret;
/* Initial state of connection. */
bool was_initing = (con->state == MHD_CONNECTION_INIT);