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:
Timothy Arceri 2017-03-06 11:58:28 +11:00
parent d82d8be614
commit 60a2c2507d
1 changed files with 0 additions and 5 deletions

View File

@ -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)