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
1 changed files with 0 additions and 1 deletions

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