mirror of
https://github.com/transmission/transmission
synced 2025-02-13 01:44:40 +00:00
fix a confusing extraneous line in the previous commit
This commit is contained in:
parent
64e08510f0
commit
abd4b506e2
1 changed files with 0 additions and 1 deletions
|
@ -1784,7 +1784,6 @@ sendBitfield( tr_peermsgs * msgs )
|
|||
/* build the pool */
|
||||
for( i=0; i<poolSize; ++i )
|
||||
pool[i] = i;
|
||||
poolSize = i;
|
||||
|
||||
/* pull random piece indices from the pool */
|
||||
while( ( poolSize > 0 ) && ( lazyCount < LAZY_PIECE_COUNT ) )
|
||||
|
|
Loading…
Reference in a new issue