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