mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 12:28:07 +02:00
gallium/util: remove unused pipe_thread_destroy()
Reviewed-by: Plamena Manolova <plamena.manolova@intel.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
d82d8be614
commit
60a2c2507d
1 changed files with 0 additions and 5 deletions
|
|
@ -68,11 +68,6 @@ static inline thrd_t pipe_thread_create(int (*routine)(void *), void *param)
|
|||
return thread;
|
||||
}
|
||||
|
||||
static inline int pipe_thread_destroy( thrd_t thread )
|
||||
{
|
||||
return thrd_detach( thread );
|
||||
}
|
||||
|
||||
static inline void pipe_thread_setname( const char *name )
|
||||
{
|
||||
#if defined(HAVE_PTHREAD)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue