Commit 144b55c9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove dead code

parent 49c1e2a7
...@@ -93,13 +93,6 @@ static void vlc_object_dump( vlc_object_t *p_this ); ...@@ -93,13 +93,6 @@ static void vlc_object_dump( vlc_object_t *p_this );
/***************************************************************************** /*****************************************************************************
* Local structure lock * Local structure lock
*****************************************************************************/ *****************************************************************************/
static void close_nocancel (int fd)
{
int canc = vlc_savecancel ();
close (fd);
vlc_restorecancel (canc);
}
static void libvlc_lock (libvlc_int_t *p_libvlc) static void libvlc_lock (libvlc_int_t *p_libvlc)
{ {
vlc_mutex_lock (&(libvlc_priv (p_libvlc)->structure_lock)); vlc_mutex_lock (&(libvlc_priv (p_libvlc)->structure_lock));
......
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