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

lua/sd: remove dead code

parent 77964d8f
......@@ -25,6 +25,7 @@
# include "config.h"
#endif
#include <assert.h>
#include <vlc_common.h>
#include <vlc_services_discovery.h>
......@@ -231,9 +232,8 @@ static void* Run( void *data )
vlc_mutex_lock( &p_sys->lock );
}
vlc_cleanup_run();
return NULL;
vlc_cleanup_pop();
vlc_assert_unreachable();
}
/*****************************************************************************
......
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