commit 69a35bc3a06cc0ef1b52c49a64f93dcb661e0989
parent 8107709672bfd4f71c8f89e0f51494b4bd02adef
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Tue, 12 Apr 2016 12:53:21 +0000
connection.c: removed unused variable, silent compiler warning
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
@@ -2051,10 +2051,9 @@ static void
parse_connection_headers (struct MHD_Connection *connection)
{
const char *clen;
- MHD_UNSIGNED_LONG_LONG cval;
struct MHD_Response *response;
const char *enc;
- char *end;
+ const char *end;
parse_cookie_header (connection);
if ( (0 != (MHD_USE_PEDANTIC_CHECKS & connection->daemon->options)) &&