diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2021-10-17 15:59:41 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2021-10-17 15:59:41 +0300 |
commit | 0c39b804357b2572b323f63d8be0d6a0517b46c9 (patch) | |
tree | 2b4d9dc5870a5fde28fa451c0b99c2817876b6cc | |
parent | 17d613d91c8287400864afb53091b70696988559 (diff) |
Removed leftover after 3a02f18ca6a66997614cebf1231c86ad33148ad2
-rw-r--r-- | src/microhttpd/connection.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index af1bb150..0143986e 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c @@ -3456,7 +3456,6 @@ static void parse_connection_headers (struct MHD_Connection *connection) { const char *clen; - struct MHD_Response *response; const char *enc; const char *end; |