[vlc-commits] httpd: remove dead assignment
Pierre Ynard
git at videolan.org
Sun Dec 18 19:19:49 CET 2011
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sun Dec 18 18:54:35 2011 +0100| [7be3c8c3ceac06908cf29113b5bd510244aeb0b2] | committer: Pierre Ynard
httpd: remove dead assignment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7be3c8c3ceac06908cf29113b5bd510244aeb0b2
---
src/network/httpd.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/network/httpd.c b/src/network/httpd.c
index 6a881e2..b369151 100644
--- a/src/network/httpd.c
+++ b/src/network/httpd.c
@@ -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" );
More information about the vlc-commits
mailing list