mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 10:28:32 +00:00
remove redundant assertion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user