cosmetics, deadcode removal
This commit is contained in:
parent
bddb23d111
commit
026fab07dc
1 changed files with 1 additions and 11 deletions
|
|
@ -42,16 +42,6 @@ NOBUG_DEFINE_FLAG_PARENT (threadpool, threads_dbg); /*TODO insert a suitable/bet
|
||||||
|
|
||||||
//code goes here//
|
//code goes here//
|
||||||
|
|
||||||
void* pool_thread_loop(void * arg)
|
|
||||||
{
|
|
||||||
(void) arg;
|
|
||||||
while (1)
|
|
||||||
{
|
|
||||||
;
|
|
||||||
}
|
|
||||||
return arg;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
lumiera_threadpool_init()
|
lumiera_threadpool_init()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue