]> git.sesse.net Git - vlc/commitdiff
Removed unused local variable.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 1 Mar 2009 15:23:07 +0000 (16:23 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 1 Mar 2009 15:23:07 +0000 (16:23 +0100)
src/input/input.c

index e6531d6c25ff85ab48cf048ddd773e2c14be7081..0388c3c7dbca799bf7b28500ac540613388165dc 100644 (file)
@@ -1302,8 +1302,6 @@ static void End( input_thread_t * p_input )
 #define CL_CO( c ) stats_CounterClean( p_input->p->counters.p_##c ); p_input->p->counters.p_##c = NULL;
         if( libvlc_stats( p_input ) )
         {
-            libvlc_priv_t *p_private = libvlc_priv( p_input->p_libvlc );
-
             /* make sure we are up to date */
             stats_ComputeInputStats( p_input, p_input->p->p_item->p_stats );
             CL_CO( read_bytes );