From 8f086c06169388510f0742b165a232cf7199843f Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 5 May 2010 13:44:51 +0000 Subject: [PATCH] --- src/transport/plugin_transport_http.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c index a81c1857a..0b7e58f76 100644 --- a/src/transport/plugin_transport_http.c +++ b/src/transport/plugin_transport_http.c @@ -341,19 +341,6 @@ accessHandlerCallback (void *cls, return MHD_YES; } -/** - * MHD is done handling a request. Cleanup - * the respective transport state. - */ -static void -requestCompletedCallback (void *unused, - struct MHD_Connection *session, - void **httpSessionCache) -{ - -} - - /** * Function that queries MHD's select sets and * starts the task waiting for them. -- 2.25.1