Changeset 5f623197661549b67a0236749eb2089ab0b52a15
- Timestamp:
- 18/02/06 21:05:50
(3 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1140293150 +0000
- git-parent:
[f1c06618114e419da5f4af9d13db2b9e6883761f]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1140293150 +0000
- Message:
Remove unused variable
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r67844cf |
r5f62319 |
|
| 510 | 510 | # define strerror( x ) winsock_strerror( strerror_buf ) |
|---|
| 511 | 511 | #endif |
|---|
| 512 | | int i = 0; |
|---|
| 513 | 512 | |
|---|
| 514 | 513 | while( !p_thread->b_die ) |
|---|