From e8009fc326d35187e035e7302e30ab3357c04446 Mon Sep 17 00:00:00 2001 From: khizmax Date: Wed, 26 Nov 2014 00:28:26 +0300 Subject: [PATCH] EllenBinTree bugfix --- cds/intrusive/impl/ellen_bintree.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cds/intrusive/impl/ellen_bintree.h b/cds/intrusive/impl/ellen_bintree.h index 37ec5bf5..22f375b0 100644 --- a/cds/intrusive/impl/ellen_bintree.h +++ b/cds/intrusive/impl/ellen_bintree.h @@ -1339,7 +1339,6 @@ namespace cds { namespace intrusive { template bool extract_with_( typename guarded_ptr::native_guard& guard, Q const& key, Less /*pred*/ ) { - CDS_UNUSED( pred ); typedef ellen_bintree::details::compare< key_type, value_type, @@ -1471,7 +1470,6 @@ namespace cds { namespace intrusive { template bool find_with_( Q& val, Less /*pred*/, Func f ) const { - CDS_UNUSED( pred ); typedef ellen_bintree::details::compare< key_type, value_type, -- 2.34.1