From a01de4d7361a44f73edfa70628176fb086885119 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Tue, 12 Apr 2016 21:52:36 +0000 Subject: digestauth.c: removed unused variable --- src/microhttpd/digestauth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c index d4781406..9a9d9e6a 100644 --- a/src/microhttpd/digestauth.c +++ b/src/microhttpd/digestauth.c @@ -554,7 +554,6 @@ MHD_digest_auth_check (struct MHD_Connection *connection, { size_t len; const char *header; - char *end; char nonce[MAX_NONCE_LENGTH]; char cnonce[MAX_NONCE_LENGTH]; char qop[15]; /* auth,auth-int */ -- cgit v1.2.3