1
0
Fork 0

Cleanup: remove unused var

This commit is contained in:
Philipp Schafft 2015-11-04 14:23:05 +00:00
parent 411e159df0
commit 31c0511a7f
1 changed files with 0 additions and 1 deletions

View File

@ -270,7 +270,6 @@ static void _catch_signals(void)
thread_type *thread_create_c(char *name, void *(*start_routine)(void *),
void *arg, int detached, int line, char *file)
{
int ok = 1;
thread_type *thread = NULL;
thread_start_t *start = NULL;
pthread_attr_t attr;