]> git.sesse.net Git - vlc/blobdiff - src/misc/threads.c
Remove dead code
[vlc] / src / misc / threads.c
index 72e7473b341f1f0d8340097b84553d43bd4180e9..ed6dbc2ec9f8e98c0df62d6d4aaf488a70f9cc78 100644 (file)
@@ -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
  *****************************************************************************/