1
0
Fork 0
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:
Charles Kerr 2008-08-27 18:56:36 +00:00
parent 64e08510f0
commit abd4b506e2

View file

@ -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 ) )