[vlc-devel] commit: Removed unused local variable. (Laurent Aimar )

git version control git at videolan.org
Sun Mar 1 16:24:23 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Mar  1 16:23:07 2009 +0100| [a34263a3fe7452a54741332c26470c0bbba49c55] | committer: Laurent Aimar 

Removed unused local variable.

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

 src/input/input.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/input/input.c b/src/input/input.c
index e6531d6..0388c3c 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -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 );




More information about the vlc-devel mailing list