Remove two useless comments

This commit is contained in:
Gennaro Prota
2025-09-23 18:31:33 +02:00
parent f637b5bab1
commit cd68ee4632
2 changed files with 1 additions and 4 deletions

View File

@@ -2113,9 +2113,7 @@ template< typename Block, typename AllocatorOrContainer >
BOOST_DYNAMIC_BITSET_CONSTEXPR20 void
dynamic_bitset< Block, AllocatorOrContainer >::init_from_unsigned_long(
size_type num_bits,
unsigned long value /*,
const allocator_type & alloc*/
)
unsigned long value )
{
BOOST_ASSERT( m_bits.size() == 0 );

View File

@@ -895,7 +895,6 @@ struct bitset_test
}
}
// to_string()
static void
to_string( const Bitset & b )
{