Changeset e0ec6a3094c053ed59f06a415a28d483d0a1966b

Show
Ignore:
Timestamp:
01/02/06 14:10:55 (3 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1138799455 +0000
git-parent:

[b76d7cf6283749d91448cb2b175f7cd9889fbe02]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1138799455 +0000
Message:

Remove unused variable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/input/stream.c

    r046ce90 re0ec6a3  
    16301630    block_t *p_block; 
    16311631    vlc_bool_t b_eof; 
    1632     int i_read, i_total; 
     1632    int i_total; 
    16331633 
    16341634    if( !p_sys->i_list )