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 BOOST_DYNAMIC_BITSET_CONSTEXPR20 void
dynamic_bitset< Block, AllocatorOrContainer >::init_from_unsigned_long( dynamic_bitset< Block, AllocatorOrContainer >::init_from_unsigned_long(
size_type num_bits, size_type num_bits,
unsigned long value /*, unsigned long value )
const allocator_type & alloc*/
)
{ {
BOOST_ASSERT( m_bits.size() == 0 ); BOOST_ASSERT( m_bits.size() == 0 );

View File

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