mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +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 )
|
if( has_all )
|
||||||
set_all_true( b->bits, b->true_count );
|
set_all_true( b->bits, b->true_count );
|
||||||
}
|
}
|
||||||
|
|
||||||
assert( tr_bitfieldIsValid( b ) );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user