diff options
author | default <nobody@localhost> | 2023-02-22 09:31:18 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-22 09:31:18 +0100 |
commit | 3283536cfab70d96671458a2d6ac2cf8bebc3940 (patch) | |
tree | e21be44e5ae9f9e96fd4abf82d9aa60c2f424ef8 | |
parent | 2bfebba7be63518f337663ec9a81a4be0de835f7 (diff) |
Deleted useless code.
-rw-r--r-- | httpd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) */ |