1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 00:04:06 +00:00

remove redundant assertion

This commit is contained in:
Jordan Lee 2011-09-27 02:44:07 +00:00
parent cee778d694
commit 16de40c78d

View file

@ -199,8 +199,6 @@ tr_bitfieldEnsureBitsAlloced( tr_bitfield * b, size_t nth )
if( has_all )
set_all_true( b->bits, b->true_count );
}
assert( tr_bitfieldIsValid( b ) );
}
static void