diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-05-06 14:44:08 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-05-06 14:44:08 +0000 |
commit | e8cf81fdb3fdaef59b49da8f6e952a3225ab326e (patch) | |
tree | 4e5f75d44a9121b32895fdfc5a4177052a7d923d /src/rest | |
parent | ae8cb91d9961899075a892a3110204bc139c2eb6 (diff) |
fixing compiler warnings
Diffstat (limited to 'src/rest')
-rw-r--r-- | src/rest/gnunet-rest-server.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/rest/gnunet-rest-server.c b/src/rest/gnunet-rest-server.c index 92d4784429..fa17954b49 100644 --- a/src/rest/gnunet-rest-server.c +++ b/src/rest/gnunet-rest-server.c @@ -410,19 +410,6 @@ kill_httpd () /** - * Task run whenever HTTP server is idle for too long. Kill it. - * - * @param cls NULL - */ -static void -kill_httpd_task (void *cls) -{ - httpd_task = NULL; - kill_httpd (); -} - - -/** * Schedule MHD. This function should be called initially when an * MHD is first getting its client socket, and will then automatically * always be called later whenever there is work to be done. |