Changeset e0ec6a3094c053ed59f06a415a28d483d0a1966b
- 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
| r046ce90 |
re0ec6a3 |
|
| 1630 | 1630 | block_t *p_block; |
|---|
| 1631 | 1631 | vlc_bool_t b_eof; |
|---|
| 1632 | | int i_read, i_total; |
|---|
| | 1632 | int i_total; |
|---|
| 1633 | 1633 | |
|---|
| 1634 | 1634 | if( !p_sys->i_list ) |
|---|