[vlc-devel] commit: Unused variable ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Mar 16 17:29:46 CET 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Mar 16 18:29:36 2009 +0200| [d3a797fb4a5a3daf13a03e4d64f3812fccd84279] | committer: Rémi Denis-Courmont 

Unused variable

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3a797fb4a5a3daf13a03e4d64f3812fccd84279
---

 modules/access/http.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/access/http.c b/modules/access/http.c
index d53b6c3..24cb794 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -434,7 +434,6 @@ connect:
     if( p_sys->i_code == 401 )
     {
         char *psz_login, *psz_password;
-        int i_ret;
         /* FIXME ? */
         if( p_sys->url.psz_username && p_sys->url.psz_password &&
             p_sys->auth.psz_nonce && p_sys->auth.i_nonce == 0 )




More information about the vlc-devel mailing list