From: RĂ©mi Denis-Courmont Date: Fri, 11 Jul 2008 21:01:58 +0000 (+0300) Subject: Remove dead code X-Git-Tag: 0.9.0-test2~65 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=6dfaddec8ce309db6a5cd4f93880e12edbb16c76 Remove dead code --- diff --git a/src/misc/threads.c b/src/misc/threads.c index 72e7473b34..ed6dbc2ec9 100644 --- a/src/misc/threads.c +++ b/src/misc/threads.c @@ -675,14 +675,6 @@ int __vlc_thread_set_priority( vlc_object_t *p_this, const char * psz_file, 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 *****************************************************************************/