Removed redundant assertion
authorkhizmax <libcds.dev@gmail.com>
Mon, 26 Dec 2016 19:08:34 +0000 (22:08 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 26 Dec 2016 19:08:34 +0000 (22:08 +0300)
cds/container/impl/bronson_avltree_map_rcu.h

index e5dd40c049a7a6be77a6c19d6c951a2a1df11be1..820a2f4e104011f6525ff8a54d16cbfcde73f899 100644 (file)
@@ -1348,7 +1348,6 @@ namespace cds { namespace container {
 
                     if ( pChild == nullptr ) {
                         // Found min/max
-                        assert(pNode->is_valued( memory_model::memory_order_acquire ));
                         int result = try_remove_node( pParent, pNode, nVersion, func, disp );
                         if ( result != update_flags::retry )
                             return result;