]> git.sesse.net Git - vlc/blobdiff - src/misc/threads.c
Remove p_root->b_ready. Duplicated state.
[vlc] / src / misc / threads.c
index 8b0b3b9e5629a584f6a42f9760fb2cca2b1d3504..5abe9744327d7fb8015044b4077bea1fec4e7bd4 100644 (file)
@@ -151,7 +151,6 @@ int vlc_threads_init( void )
         }
 
         /* We should be safe now. Do all the initialization stuff we want. */
-        p_root->b_ready = false;
         vlc_threadvar_create( p_root, &msg_context_global_key );
     }
     i_initializations++;