Commit 8595cddc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove duplicate b_die check

parent 00b95848
......@@ -377,8 +377,6 @@ static int Raw1394EventThread( vlc_object_t *p_this )
perror( "error: raw1394 poll" );
msg_Err( p_access, "retrying device raw1394" );
}
if( p_sys->p_ev->b_die )
break;
}
if( !vlc_object_alive (p_sys->p_ev) )
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment