summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authorGravatar default2023-02-22 09:31:18 +0100
committerGravatar default2023-02-22 09:31:18 +0100
commit3283536cfab70d96671458a2d6ac2cf8bebc3940 (patch)
treee21be44e5ae9f9e96fd4abf82d9aa60c2f424ef8 /httpd.c
parentDon't wait for 3 seconds if there were some q_items processed. (diff)
downloadsnac2-3283536cfab70d96671458a2d6ac2cf8bebc3940.tar.gz
snac2-3283536cfab70d96671458a2d6ac2cf8bebc3940.tar.xz
snac2-3283536cfab70d96671458a2d6ac2cf8bebc3940.zip
Deleted useless code.
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 1d5b2f0..63a9b94 100644
--- a/httpd.c
+++ b/httpd.c
@@ -342,7 +342,6 @@ static void *job_thread(void *arg)
342 return NULL; 342 return NULL;
343} 343}
344 344
345#include <poll.h>
346 345
347static void *background_thread(void *arg) 346static void *background_thread(void *arg)
348/* background thread (queue management and other things) */ 347/* background thread (queue management and other things) */