mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
Cleanup: remove unused var
This commit is contained in:
parent
411e159df0
commit
31c0511a7f
@ -270,7 +270,6 @@ static void _catch_signals(void)
|
|||||||
thread_type *thread_create_c(char *name, void *(*start_routine)(void *),
|
thread_type *thread_create_c(char *name, void *(*start_routine)(void *),
|
||||||
void *arg, int detached, int line, char *file)
|
void *arg, int detached, int line, char *file)
|
||||||
{
|
{
|
||||||
int ok = 1;
|
|
||||||
thread_type *thread = NULL;
|
thread_type *thread = NULL;
|
||||||
thread_start_t *start = NULL;
|
thread_start_t *start = NULL;
|
||||||
pthread_attr_t attr;
|
pthread_attr_t attr;
|
||||||
|
Loading…
Reference in New Issue
Block a user