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

httpd: dead code

parent 84af793f
......@@ -891,10 +891,6 @@ httpd_host_t *vlc_https_HostNew(vlc_object_t *obj)
free(cert);
return httpd_HostCreate(obj, "http-host", "https-port", tls);
error:
vlc_tls_Delete(tls);
return NULL;
}
httpd_host_t *vlc_rtsp_HostNew(vlc_object_t *p_this)
......
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