Commit 2a1f0c46 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove seemingly misleading comment

parent 98b1380a
...@@ -224,7 +224,6 @@ int intf_RunThread( intf_thread_t *p_intf ) ...@@ -224,7 +224,6 @@ int intf_RunThread( intf_thread_t *p_intf )
msleep( INTF_IDLE_SLEEP * 2); msleep( INTF_IDLE_SLEEP * 2);
} }
p_intf->b_die = VLC_TRUE; p_intf->b_die = VLC_TRUE;
/* Do not join the thread... intf_StopThread will do it for us */
} }
else else
{ {
......
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