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

Remove unused variable

parent 9828595e
...@@ -46,7 +46,6 @@ tls_ServerCreate( vlc_object_t *p_this, const char *psz_cert, ...@@ -46,7 +46,6 @@ tls_ServerCreate( vlc_object_t *p_this, const char *psz_cert,
{ {
tls_t *p_tls; tls_t *p_tls;
tls_server_t *p_server; tls_server_t *p_server;
const char *psz_pem;
p_tls = vlc_object_create( p_this, VLC_OBJECT_TLS ); p_tls = vlc_object_create( p_this, VLC_OBJECT_TLS );
vlc_object_attach( p_tls, p_this ); vlc_object_attach( p_tls, 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