[vlc-devel] commit: Remove unused variable. (Jean-Baptiste Kempf )
    git version control 
    git at videolan.org
       
    Sun Jun 15 00:44:57 CEST 2008
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 14 15:44:06 2008 -0700| [5e36fea91b8091649c87df437c99477e3472707f]
Remove unused variable.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e36fea91b8091649c87df437c99477e3472707f
---
 modules/misc/audioscrobbler.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/misc/audioscrobbler.c b/modules/misc/audioscrobbler.c
index bd20773..fbdd499 100644
--- a/modules/misc/audioscrobbler.c
+++ b/modules/misc/audioscrobbler.c
@@ -271,7 +271,7 @@ static void Run( intf_thread_t *p_intf )
     /* main loop */
     for( ;; )
     {
-        bool b_die = false, b_wait = false;
+        bool b_wait = false;
 
         vlc_object_lock( p_intf );
         if( !vlc_object_alive( p_intf ) )
    
    
More information about the vlc-devel
mailing list