(trunk libT) apparently the r7629 tr_cpBlockBitfieldSet() speedup introduced a bug.

This commit is contained in:
Charles Kerr 2009-01-06 14:43:15 +00:00
parent c0acf3e920
commit 196c3c19c3
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,6 @@ tr_cpBlockAdd( tr_completion * cp,
}
}
#if 0
int
tr_cpBlockBitfieldSet( tr_completion * cp,
tr_bitfield * bitfield )
@ -199,8 +198,8 @@ tr_cpBlockBitfieldSet( tr_completion * cp,
return success;
}
#endif
#if 0
int
tr_cpBlockBitfieldSet( tr_completion * cp, tr_bitfield * blockBitfield )
{
@ -245,6 +244,7 @@ tr_cpBlockBitfieldSet( tr_completion * cp, tr_bitfield * blockBitfield )
return success;
}
#endif
/***
****