Commit a34263a3 authored by Laurent Aimar's avatar Laurent Aimar

Removed unused local variable.

parent c58cece6
...@@ -1302,8 +1302,6 @@ static void End( input_thread_t * p_input ) ...@@ -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; #define CL_CO( c ) stats_CounterClean( p_input->p->counters.p_##c ); p_input->p->counters.p_##c = NULL;
if( libvlc_stats( p_input ) ) if( libvlc_stats( p_input ) )
{ {
libvlc_priv_t *p_private = libvlc_priv( p_input->p_libvlc );
/* make sure we are up to date */ /* make sure we are up to date */
stats_ComputeInputStats( p_input, p_input->p->p_item->p_stats ); stats_ComputeInputStats( p_input, p_input->p->p_item->p_stats );
CL_CO( read_bytes ); CL_CO( read_bytes );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment