[vlc-devel] commit: Remove unused variable ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon May 5 22:40:08 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon May 5 22:15:54 2008 +0300| [d804de7dac7b0e414c23360396a08f29ffe85e09]
Remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d804de7dac7b0e414c23360396a08f29ffe85e09
---
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 6d5adfe..544410c 100644
--- a/src/network/httpd.c
+++ b/src/network/httpd.c
@@ -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;
More information about the vlc-devel
mailing list