From 6dfaddec8ce309db6a5cd4f93880e12edbb16c76 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 12 Jul 2008 00:01:58 +0300 Subject: [PATCH] Remove dead code --- src/misc/threads.c | 8 -------- 1 file changed, 8 deletions(-) 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 *****************************************************************************/ -- 2.39.2