]> git.sesse.net Git - vlc/commitdiff
Remove unused variable.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2008 22:44:06 +0000 (15:44 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2008 22:44:06 +0000 (15:44 -0700)
modules/misc/audioscrobbler.c

index bd207737fc830750657bf072a72440c70467662b..fbdd4997f24ecd43af624a8afc5a029bba568346 100644 (file)
@@ -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 ) )