summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-02-22 09:31:18 +0100
committerdefault <nobody@localhost>2023-02-22 09:31:18 +0100
commit3283536cfab70d96671458a2d6ac2cf8bebc3940 (patch)
treee21be44e5ae9f9e96fd4abf82d9aa60c2f424ef8
parent2bfebba7be63518f337663ec9a81a4be0de835f7 (diff)
Deleted useless code.
-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)
return NULL;
}
-#include <poll.h>
static void *background_thread(void *arg)
/* background thread (queue management and other things) */