Commit e0ec6a30 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unused variable

parent b76d7cf6
...@@ -1629,7 +1629,7 @@ static block_t *AReadBlock( stream_t *s, vlc_bool_t *pb_eof ) ...@@ -1629,7 +1629,7 @@ static block_t *AReadBlock( stream_t *s, vlc_bool_t *pb_eof )
access_t *p_access = p_sys->p_access; access_t *p_access = p_sys->p_access;
block_t *p_block; block_t *p_block;
vlc_bool_t b_eof; vlc_bool_t b_eof;
int i_read, i_total; int i_total;
if( !p_sys->i_list ) if( !p_sys->i_list )
{ {
......
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