mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +00:00
remove redundant assertion
This commit is contained in:
parent
cee778d694
commit
16de40c78d
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue