return 0 is useless

pull/2/head
Veklip 2014-11-17 14:01:17 +08:00
parent e2c94c59aa
commit be0e1ca72c
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ int threadpool_run(callback func,void *arg)
pthread_mutex_unlock(&pool->mutex_locker);
return result;
return 0;
}
int threadpool_free()