Commit 262e789e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove un-needed vlc_testcancel()

parent f34362c6
......@@ -879,8 +879,6 @@ static void *DecoderThread( vlc_object_t *p_this )
vlc_restorecancel( canc );
}
/* Ensure fast cancellation in case the fifo is not empty */
vlc_testcancel();
}
return NULL;
}
......
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