diff options
| author | 2023-02-22 09:31:18 +0100 | |
|---|---|---|
| committer | 2023-02-22 09:31:18 +0100 | |
| commit | 3283536cfab70d96671458a2d6ac2cf8bebc3940 (patch) | |
| tree | e21be44e5ae9f9e96fd4abf82d9aa60c2f424ef8 /httpd.c | |
| parent | Don't wait for 3 seconds if there were some q_items processed. (diff) | |
| download | snac2-3283536cfab70d96671458a2d6ac2cf8bebc3940.tar.gz snac2-3283536cfab70d96671458a2d6ac2cf8bebc3940.tar.xz snac2-3283536cfab70d96671458a2d6ac2cf8bebc3940.zip | |
Deleted useless code.
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -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 | ||
| 347 | static void *background_thread(void *arg) | 346 | static void *background_thread(void *arg) |
| 348 | /* background thread (queue management and other things) */ | 347 | /* background thread (queue management and other things) */ |