]> git.sesse.net Git - vlc/commitdiff
Remove unused variable
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 5 May 2008 19:15:54 +0000 (22:15 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 5 May 2008 20:34:20 +0000 (23:34 +0300)
src/network/httpd.c

index 6d5adfe2d8f654c9a45152822af1bd3b0b7eb847..544410cf467c27b09e162c50aaec2a4f56009c00 100644 (file)
@@ -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;