Commit 6dfaddec authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove dead code

parent 2f2c5f85
...@@ -675,14 +675,6 @@ int __vlc_thread_set_priority( vlc_object_t *p_this, const char * psz_file, ...@@ -675,14 +675,6 @@ int __vlc_thread_set_priority( vlc_object_t *p_this, const char * psz_file,
return 0; return 0;
} }
/*****************************************************************************
* vlc_thread_ready: tell the parent thread we were successfully spawned
*****************************************************************************/
void __vlc_thread_ready( vlc_object_t *p_this )
{
vlc_object_signal( p_this );
}
/***************************************************************************** /*****************************************************************************
* vlc_thread_join: wait until a thread exits, inner version * vlc_thread_join: wait until a thread exits, inner version
*****************************************************************************/ *****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment