Commit 7be3c8c3 authored by Pierre Ynard's avatar Pierre Ynard

httpd: remove dead assignment

parent 3cc35fcc
......@@ -1061,8 +1061,6 @@ static httpd_host_t *httpd_HostCreate( vlc_object_t *p_this,
return host;
}
host = NULL;
/* create the new host */
host = (httpd_host_t *)vlc_custom_create( p_this, sizeof (*host),
"http host" );
......
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