Changeset 6dfaddec8ce309db6a5cd4f93880e12edbb16c76

Show
Ignore:
Timestamp:
11/07/08 23:01:58 (5 months ago)
Author:
Rémi Denis-Courmont <rdenis@simphalempin.com>
git-committer:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1215810118 +0300
git-parent:

[2f2c5f85a20bea99093c85825442280010018667]

git-author:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1215810118 +0300
Message:

Remove dead code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/threads.c

    r1fe2080 r6dfadde  
    677677 
    678678/***************************************************************************** 
    679  * vlc_thread_ready: tell the parent thread we were successfully spawned 
    680  *****************************************************************************/ 
    681 void __vlc_thread_ready( vlc_object_t *p_this ) 
    682 { 
    683     vlc_object_signal( p_this ); 
    684 } 
    685  
    686 /***************************************************************************** 
    687679 * vlc_thread_join: wait until a thread exits, inner version 
    688680 *****************************************************************************/