Re: [PATCH] score: Remove _Thread_queue_Do_nothing_extract()

2021-09-30 Thread Gedare Bloom
ok On Thu, Sep 30, 2021 at 5:51 AM Sebastian Huber wrote: > > This function was unused. It was a relict of the thread queue rework done > during the SMP support development. In an early stage, the extract operation > was called with a NULL thread queue. However, this is no longer the case. >

[PATCH] score: Remove _Thread_queue_Do_nothing_extract()

2021-09-30 Thread Sebastian Huber
This function was unused. It was a relict of the thread queue rework done during the SMP support development. In an early stage, the extract operation was called with a NULL thread queue. However, this is no longer the case. The extract operation is only called if we have a non-NULL thread queu