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

Remove unused variable

parent 063e5077
......@@ -1194,8 +1194,6 @@ void httpd_HostDelete( httpd_host_t *host )
vlc_object_release( httpd );
if( httpd->i_host <= 0 )
{
vlc_value_t ptrval;
msg_Dbg( httpd, "no host left, stopping httpd" );
libvlc_priv (httpd->p_libvlc)->p_httpd = 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