projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7637f69
)
Removed redundant assertion
author
khizmax
<libcds.dev@gmail.com>
Mon, 26 Dec 2016 19:08:34 +0000
(22:08 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Mon, 26 Dec 2016 19:08:34 +0000
(22:08 +0300)
cds/container/impl/bronson_avltree_map_rcu.h
patch
|
blob
|
history
diff --git
a/cds/container/impl/bronson_avltree_map_rcu.h
b/cds/container/impl/bronson_avltree_map_rcu.h
index e5dd40c049a7a6be77a6c19d6c951a2a1df11be1..820a2f4e104011f6525ff8a54d16cbfcde73f899 100644
(file)
--- a/
cds/container/impl/bronson_avltree_map_rcu.h
+++ b/
cds/container/impl/bronson_avltree_map_rcu.h
@@
-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;