mirror of
https://codeberg.org/grunfink/snac2.git
synced 2025-01-13 09:33:39 +00:00
Deleted useless code.
This commit is contained in:
parent
2bfebba7be
commit
3283536cfa
1 changed files with 0 additions and 1 deletions
1
httpd.c
1
httpd.c
|
@ -342,7 +342,6 @@ static void *job_thread(void *arg)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <poll.h>
|
|
||||||
|
|
||||||
static void *background_thread(void *arg)
|
static void *background_thread(void *arg)
|
||||||
/* background thread (queue management and other things) */
|
/* background thread (queue management and other things) */
|
||||||
|
|
Loading…
Reference in a new issue