[vlc-devel] commit: Remove dead code ( Rémi Denis-Courmont )
git version control
git at videolan.org
Fri Jul 11 23:00:57 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Jul 12 00:01:58 2008 +0300| [6dfaddec8ce309db6a5cd4f93880e12edbb16c76]
Remove dead code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6dfaddec8ce309db6a5cd4f93880e12edbb16c76
---
src/misc/threads.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/misc/threads.c b/src/misc/threads.c
index 72e7473..ed6dbc2 100644
--- a/src/misc/threads.c
+++ b/src/misc/threads.c
@@ -676,14 +676,6 @@ int __vlc_thread_set_priority( vlc_object_t *p_this, const char * psz_file,
}
/*****************************************************************************
- * 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
*****************************************************************************/
void __vlc_thread_join( vlc_object_t *p_this, const char * psz_file, int i_line )
More information about the vlc-devel
mailing list