return 0 is useless
parent
e2c94c59aa
commit
be0e1ca72c
|
|
@ -203,7 +203,7 @@ int threadpool_run(callback func,void *arg)
|
||||||
pthread_mutex_unlock(&pool->mutex_locker);
|
pthread_mutex_unlock(&pool->mutex_locker);
|
||||||
return result;
|
return result;
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int threadpool_free()
|
int threadpool_free()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue